color codes Logo

#d039ad color codes

#D039AD
(208,57,173)
0 Favorites   0 Comments

Color spaces of #d039ad

RGB 20857173
HSL0.870.620.52
HSV314°73°82°
CMYK 0.000.730.17   0.18
XYZ35.018419.353341.4250
Yxy19.35330.36550.2020
Hunter Lab43.992465.1012-25.0352
CIE-Lab51.098069.2295-29.2346

#d039ad color RGB value is (208,57,173).

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

The process color (four color CMYK) of #d039ad color code is 0.00, 0.73, 0.17, 0.18. Web safe color of #d039ad is #cc3399. Color #d039ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 10101101
Octal 320 71 255
Decimal 208 57 173
Hex D0 39 AD

RGB Percentages of Color #d039ad

%47.49
%13.01
%39.50

CMYK Percentages of Color #d039ad

%0
%73
%17
%18

Triadic Colors of #d039ad

#d039ad #add039 #39add0

Analogous Colors of #d039ad

#d039ad #d03962 #a839d0

Monochromatic Colors of #d039ad

#d039ad

Complementary Color

#d039ad #39d05c

#d039ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039ad Color CSS Codes

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

#d039ad Text Font Color

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

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


#d039ad Background Color

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

This div background color is #d039ad


#d039ad Border Color

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

This div border color is #d039ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039ad


Comments

No comments written yet.

Please login to write comment.