Color Hex Logo

#d27aad Color Hex

#D27AAD
(210,122,173)
0 Favorites   0 Comments

Color spaces of #d27aad

RGB 210122173
HSL0.900.490.65
HSV325°42°82°
CMYK 0.000.420.18   0.18
XYZ41.080730.637843.2837
Yxy30.63780.35720.2664
Hunter Lab55.351435.6141-7.6176
CIE-Lab62.200740.9670-12.2279

#d27aad color RGB value is (210,122,173).

#d27aad hex color red value is 210, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d27aad hue: 0.90 , saturation: 0.49 and the lightness value of d27aad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111010 10101101
Octal 322 172 255
Decimal 210 122 173
Hex D2 7A AD

RGB Percentages of Color #d27aad

%41.58
%24.16
%34.26

CMYK Percentages of Color #d27aad

%0
%42
%18
%18

Triadic Colors of #d27aad

#d27aad #add27a #7aadd2

Analogous Colors of #d27aad

#d27aad #d27a81 #cb7ad2

Monochromatic Colors of #d27aad

#d27aad

Complementary Color

#d27aad #7ad29f

#d27aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27aad Color CSS Codes

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

#d27aad Text Font Color

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

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


#d27aad Background Color

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

This div background color is #d27aad


#d27aad Border Color

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

This div border color is #d27aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27aad


Comments

No comments written yet.

Please login to write comment.