Color Hex Logo

#d07dca Color Hex

#D07DCA
(208,125,202)
0 Favorites   0 Comments

Color spaces of #d07dca

RGB 208125202
HSL0.850.470.65
HSV304°40°82°
CMYK 0.000.400.03   0.18
XYZ44.006732.341459.8002
Yxy32.34140.32320.2375
Hunter Lab56.869538.6051-22.5368
CIE-Lab63.624043.6021-26.5034

#d07dca color RGB value is (208,125,202).

#d07dca hex color red value is 208, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d07dca hue: 0.85 , saturation: 0.47 and the lightness value of d07dca is 0.65.

The process color (four color CMYK) of #d07dca color hex is 0.00, 0.40, 0.03, 0.18. Web safe color of #d07dca is #cc66cc. Color #d07dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111101 11001010
Octal 320 175 312
Decimal 208 125 202
Hex D0 7D CA

RGB Percentages of Color #d07dca

%38.88
%23.36
%37.76

CMYK Percentages of Color #d07dca

%0
%40
%3
%18

Triadic Colors of #d07dca

#d07dca #cad07d #7dcad0

Analogous Colors of #d07dca

#d07dca #d07da1 #ad7dd0

Monochromatic Colors of #d07dca

#d07dca

Complementary Color

#d07dca #7dd083

#d07dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07dca Color CSS Codes

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

#d07dca Text Font Color

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

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


#d07dca Background Color

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

This div background color is #d07dca


#d07dca Border Color

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

This div border color is #d07dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07dca


Comments

No comments written yet.

Please login to write comment.