Color Hex Logo

#d455cf Color Hex

#D455CF
(212,85,207)
0 Favorites   0 Comments

Color spaces of #d455cf

RGB 21285207
HSL0.840.600.58
HSV302°60°83°
CMYK 0.000.600.02   0.17
XYZ41.662424.999061.6609
Yxy24.99900.32470.1948
Hunter Lab49.999061.2395-38.1197
CIE-Lab57.074464.8388-39.4773

#d455cf color RGB value is (212,85,207).

#d455cf hex color red value is 212, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d455cf hue: 0.84 , saturation: 0.60 and the lightness value of d455cf is 0.58.

The process color (four color CMYK) of #d455cf color hex is 0.00, 0.60, 0.02, 0.17. Web safe color of #d455cf is #cc66cc. Color #d455cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010101 11001111
Octal 324 125 317
Decimal 212 85 207
Hex D4 55 CF

RGB Percentages of Color #d455cf

%42.06
%16.87
%41.07

CMYK Percentages of Color #d455cf

%0
%60
%2
%17

Triadic Colors of #d455cf

#d455cf #cfd455 #55cfd4

Analogous Colors of #d455cf

#d455cf #d45590 #9a55d4

Monochromatic Colors of #d455cf

#d455cf

Complementary Color

#d455cf #55d45a

#d455cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d455cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d455cf Color CSS Codes

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

#d455cf Text Font Color

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

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


#d455cf Background Color

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

This div background color is #d455cf


#d455cf Border Color

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

This div border color is #d455cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,85,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 #d455cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d455cf


Comments

No comments written yet.

Please login to write comment.