Color Hex Logo

#d039cf Color Hex

#D039CF
(208,57,207)
0 Favorites   0 Comments

Color spaces of #d039cf

RGB 20857207
HSL0.830.620.52
HSV300°73°82°
CMYK 0.000.730.00   0.18
XYZ38.738020.841161.0125
Yxy20.84110.32120.1728
Hunter Lab45.652171.5749-47.2827
CIE-Lab52.775174.2671-46.3078

#d039cf color RGB value is (208,57,207).

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

The process color (four color CMYK) of #d039cf color hex is 0.00, 0.73, 0.00, 0.18. Web safe color of #d039cf is #cc33cc. Color #d039cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11001111
Octal 320 71 317
Decimal 208 57 207
Hex D0 39 CF

RGB Percentages of Color #d039cf

%44.07
%12.08
%43.86

CMYK Percentages of Color #d039cf

%0
%73
%0
%18

Triadic Colors of #d039cf

#d039cf #cfd039 #39cfd0

Analogous Colors of #d039cf

#d039cf #d03984 #8639d0

Monochromatic Colors of #d039cf

#d039cf

Complementary Color

#d039cf #39d03a

#d039cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039cf Color CSS Codes

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

#d039cf Text Font Color

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

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


#d039cf Background Color

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

This div background color is #d039cf


#d039cf Border Color

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

This div border color is #d039cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,57,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039cf


Comments

No comments written yet.

Please login to write comment.