Color Hex Logo

#d446cf Color Hex

#D446CF
(212,70,207)
0 Favorites   0 Comments

Color spaces of #d446cf

RGB 21270207
HSL0.840.620.55
HSV302°67°83°
CMYK 0.000.670.02   0.17
XYZ40.604022.882461.3082
Yxy22.88240.32540.1834
Hunter Lab47.835667.8030-42.5039
CIE-Lab54.951070.7477-42.8223

#d446cf color RGB value is (212,70,207).

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

The process color (four color CMYK) of #d446cf color hex is 0.00, 0.67, 0.02, 0.17. Web safe color of #d446cf is #cc33cc. Color #d446cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000110 11001111
Octal 324 106 317
Decimal 212 70 207
Hex D4 46 CF

RGB Percentages of Color #d446cf

%43.35
%14.31
%42.33

CMYK Percentages of Color #d446cf

%0
%67
%2
%17

Triadic Colors of #d446cf

#d446cf #cfd446 #46cfd4

Analogous Colors of #d446cf

#d446cf #d44688 #9246d4

Monochromatic Colors of #d446cf

#d446cf

Complementary Color

#d446cf #46d44b

#d446cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d446cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d446cf Color CSS Codes

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

#d446cf Text Font Color

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

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


#d446cf Background Color

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

This div background color is #d446cf


#d446cf Border Color

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

This div border color is #d446cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d446cf


Comments

No comments written yet.

Please login to write comment.