Color Hex Logo

#d936cf Color Hex

#D936CF
(217,54,207)
0 Favorites   0 Comments

Color spaces of #d936cf

RGB 21754207
HSL0.840.680.53
HSV304°75°85°
CMYK 0.000.750.05   0.15
XYZ41.196921.895061.0863
Yxy21.89500.33180.1763
Hunter Lab46.792175.2696-44.6476
CIE-Lab53.915477.0354-44.4083

#d936cf color RGB value is (217,54,207).

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

The process color (four color CMYK) of #d936cf color hex is 0.00, 0.75, 0.05, 0.15. Web safe color of #d936cf is #cc33cc. Color #d936cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 11001111
Octal 331 66 317
Decimal 217 54 207
Hex D9 36 CF

RGB Percentages of Color #d936cf

%45.40
%11.30
%43.31

CMYK Percentages of Color #d936cf

%0
%75
%5
%15

Triadic Colors of #d936cf

#d936cf #cfd936 #36cfd9

Analogous Colors of #d936cf

#d936cf #d9367e #9236d9

Monochromatic Colors of #d936cf

#d936cf

Complementary Color

#d936cf #36d940

#d936cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d936cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d936cf Color CSS Codes

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

#d936cf Text Font Color

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

This sample text font color is #d936cf
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.


#d936cf Background Color

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

This div background color is #d936cf


#d936cf Border Color

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

This div border color is #d936cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d936cf


Comments

No comments written yet.

Please login to write comment.