Color Hex Logo

#d452ad Color Hex

#D452AD
(212,82,173)
0 Favorites   0 Comments

Color spaces of #d452ad

RGB 21282173
HSL0.880.600.58
HSV318°61°83°
CMYK 0.000.610.18   0.17
XYZ37.711523.048841.9964
Yxy23.04880.36700.2243
Hunter Lab48.009256.1968-18.2580
CIE-Lab55.122660.8451-22.9590

#d452ad color RGB value is (212,82,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010010 10101101
Octal 324 122 255
Decimal 212 82 173
Hex D4 52 AD

RGB Percentages of Color #d452ad

%45.40
%17.56
%37.04

CMYK Percentages of Color #d452ad

%0
%61
%18
%17

Triadic Colors of #d452ad

#d452ad #add452 #52add4

Analogous Colors of #d452ad

#d452ad #d4526c #ba52d4

Monochromatic Colors of #d452ad

#d452ad

Complementary Color

#d452ad #52d479

#d452ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d452ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d452ad Color CSS Codes

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

#d452ad Text Font Color

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

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


#d452ad Background Color

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

This div background color is #d452ad


#d452ad Border Color

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

This div border color is #d452ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d452ad


Comments

No comments written yet.

Please login to write comment.