Color Hex Logo

#d451ad Color Hex

#D451AD
(212,81,173)
0 Favorites   0 Comments

Color spaces of #d451ad

RGB 21281173
HSL0.880.600.57
HSV318°62°83°
CMYK 0.000.620.18   0.17
XYZ37.636622.899041.9714
Yxy22.89900.36720.2234
Hunter Lab47.852956.6488-18.5058
CIE-Lab54.968261.2673-23.1963

#d451ad color RGB value is (212,81,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010001 10101101
Octal 324 121 255
Decimal 212 81 173
Hex D4 51 AD

RGB Percentages of Color #d451ad

%45.49
%17.38
%37.12

CMYK Percentages of Color #d451ad

%0
%62
%18
%17

Triadic Colors of #d451ad

#d451ad #add451 #51add4

Analogous Colors of #d451ad

#d451ad #d4516c #ba51d4

Monochromatic Colors of #d451ad

#d451ad

Complementary Color

#d451ad #51d478

#d451ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d451ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d451ad Color CSS Codes

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

#d451ad Text Font Color

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

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


#d451ad Background Color

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

This div background color is #d451ad


#d451ad Border Color

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

This div border color is #d451ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d451ad


Comments

No comments written yet.

Please login to write comment.