Color Hex Logo

#d451cf Color Hex

#D451CF
(212,81,207)
0 Favorites   0 Comments

Color spaces of #d451cf

RGB 21281207
HSL0.840.600.57
HSV302°62°83°
CMYK 0.000.620.02   0.17
XYZ41.356324.386961.5589
Yxy24.38690.32490.1916
Hunter Lab49.383163.0660-39.3403
CIE-Lab56.473166.4983-40.4228

#d451cf color RGB value is (212,81,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010001 11001111
Octal 324 121 317
Decimal 212 81 207
Hex D4 51 CF

RGB Percentages of Color #d451cf

%42.40
%16.20
%41.40

CMYK Percentages of Color #d451cf

%0
%62
%2
%17

Triadic Colors of #d451cf

#d451cf #cfd451 #51cfd4

Analogous Colors of #d451cf

#d451cf #d4518e #9851d4

Monochromatic Colors of #d451cf

#d451cf

Complementary Color

#d451cf #51d456

#d451cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d451cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d451cf Color CSS Codes

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

#d451cf Text Font Color

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

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


#d451cf Background Color

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

This div background color is #d451cf


#d451cf Border Color

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

This div border color is #d451cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d451cf

#d451cf Color Palettes


Comments

No comments written yet.

Please login to write comment.