Color Hex Logo

#d027ad Color Hex

#D027AD
(208,39,173)
0 Favorites   0 Comments

Color spaces of #d027ad

RGB 20839173
HSL0.870.680.48
HSV312°81°82°
CMYK 0.000.810.17   0.18
XYZ34.280817.878141.1792
Yxy17.87810.36730.1915
Hunter Lab42.282570.7256-28.1452
CIE-Lab49.347974.2385-31.9648

#d027ad color RGB value is (208,39,173).

#d027ad hex color red value is 208, green value is 39 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d027ad hue: 0.87 , saturation: 0.68 and the lightness value of d027ad is 0.48.

The process color (four color CMYK) of #d027ad color hex is 0.00, 0.81, 0.17, 0.18. Web safe color of #d027ad is #cc3399. Color #d027ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100111 10101101
Octal 320 47 255
Decimal 208 39 173
Hex D0 27 AD

RGB Percentages of Color #d027ad

%49.52
%9.29
%41.19

CMYK Percentages of Color #d027ad

%0
%81
%17
%18

Triadic Colors of #d027ad

#d027ad #add027 #27add0

Analogous Colors of #d027ad

#d027ad #d02759 #9f27d0

Monochromatic Colors of #d027ad

#d027ad

Complementary Color

#d027ad #27d04a

#d027ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d027ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d027ad Color CSS Codes

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

#d027ad Text Font Color

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

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


#d027ad Background Color

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

This div background color is #d027ad


#d027ad Border Color

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

This div border color is #d027ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d027ad


Comments

No comments written yet.

Please login to write comment.