Color Hex Logo

#d451af Color Hex

#D451AF
(212,81,175)
0 Favorites   0 Comments

Color spaces of #d451af

RGB 21281175
HSL0.880.600.57
HSV317°62°83°
CMYK 0.000.620.17   0.17
XYZ37.831722.977142.9985
Yxy22.97710.36440.2213
Hunter Lab47.934456.9938-19.6306
CIE-Lab55.048761.5532-24.2351

#d451af color RGB value is (212,81,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010001 10101111
Octal 324 121 257
Decimal 212 81 175
Hex D4 51 AF

RGB Percentages of Color #d451af

%45.30
%17.31
%37.39

CMYK Percentages of Color #d451af

%0
%62
%17
%17

Triadic Colors of #d451af

#d451af #afd451 #51afd4

Analogous Colors of #d451af

#d451af #d4516e #b851d4

Monochromatic Colors of #d451af

#d451af

Complementary Color

#d451af #51d476

#d451af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d451af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d451af Color CSS Codes

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

#d451af Text Font Color

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

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


#d451af Background Color

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

This div background color is #d451af


#d451af Border Color

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

This div border color is #d451af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,81,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d451af


Comments

No comments written yet.

Please login to write comment.