Color Hex Logo

#d07dcd Color Hex

#D07DCD
(208,125,205)
0 Favorites   0 Comments

Color spaces of #d07dcd

RGB 208125205
HSL0.840.470.65
HSV302°40°82°
CMYK 0.000.400.01   0.18
XYZ44.365532.484961.6895
Yxy32.48490.32020.2345
Hunter Lab56.995539.2028-24.2761
CIE-Lab63.741644.1436-28.0077

#d07dcd color RGB value is (208,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111101 11001101
Octal 320 175 315
Decimal 208 125 205
Hex D0 7D CD

RGB Percentages of Color #d07dcd

%38.66
%23.23
%38.10

CMYK Percentages of Color #d07dcd

%0
%40
%1
%18

Triadic Colors of #d07dcd

#d07dcd #cdd07d #7dcdd0

Analogous Colors of #d07dcd

#d07dcd #d07da4 #aa7dd0

Monochromatic Colors of #d07dcd

#d07dcd

Complementary Color

#d07dcd #7dd080

#d07dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07dcd Color CSS Codes

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

#d07dcd Text Font Color

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

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


#d07dcd Background Color

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

This div background color is #d07dcd


#d07dcd Border Color

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

This div border color is #d07dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07dcd


Comments

No comments written yet.

Please login to write comment.