Color Hex Logo

#d936a4 Color Hex

#D936A4
(217,54,164)
0 Favorites   0 Comments

Color spaces of #d936a4

RGB 21754164
HSL0.890.680.53
HSV320°75°85°
CMYK 0.000.750.24   0.15
XYZ36.635320.070437.0650
Yxy20.07040.39070.2140
Hunter Lab44.800067.5688-17.6932
CIE-Lab51.916771.1346-22.5491

#d936a4 color RGB value is (217,54,164).

#d936a4 hex color red value is 217, green value is 54 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #d936a4 hue: 0.89 , saturation: 0.68 and the lightness value of d936a4 is 0.53.

The process color (four color CMYK) of #d936a4 color hex is 0.00, 0.75, 0.24, 0.15. Web safe color of #d936a4 is #cc3399. Color #d936a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 10100100
Octal 331 66 244
Decimal 217 54 164
Hex D9 36 A4

RGB Percentages of Color #d936a4

%49.89
%12.41
%37.70

CMYK Percentages of Color #d936a4

%0
%75
%24
%15

Triadic Colors of #d936a4

#d936a4 #a4d936 #36a4d9

Analogous Colors of #d936a4

#d936a4 #d93653 #bd36d9

Monochromatic Colors of #d936a4

#d936a4

Complementary Color

#d936a4 #36d96b

#d936a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d936a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d936a4 Color CSS Codes

.mybgcolor {background-color:#d936a4; } 
.myforecolor {color:#d936a4; }
.mybordercolor {border:3px solid #d936a4; }

#d936a4 Text Font Color

<p style="color:#d936a4">Text here</p>

This sample text font color is #d936a4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d936a4 Background Color

<div style="background-color:#d936a4">
Div content here</div>

This div background color is #d936a4


#d936a4 Border Color

<div style="border:3px solid #d936a4">
Div here</div>

This div border color is #d936a4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,54,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d936a4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d936a4;
  -webkit-box-shadow: 1px 1px 3px 2px #d936a4;
  box-shadow:         1px 1px 3px 2px #d936a4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,54,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d936a4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d936a4;
  -webkit-box-shadow: 1px 1px 3px 2px #d936a4;
  box-shadow:         1px 1px 3px 2px #d936a4;">
Div content here</div>

This div box has shadow with color #d936a4


Comments

No comments written yet.

Please login to write comment.