Color Hex Logo

#d00dcd Color Hex

#D00DCD
(208,13,205)
0 Favorites   0 Comments

Color spaces of #d00dcd

RGB 20813205
HSL0.840.880.43
HSV301°94°82°
CMYK 0.000.940.01   0.18
XYZ37.175818.105559.2929
Yxy18.10550.32450.1580
Hunter Lab42.550681.4894-52.8334
CIE-Lab49.623882.7986-50.1773

#d00dcd color RGB value is (208,13,205).

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

The process color (four color CMYK) of #d00dcd color hex is 0.00, 0.94, 0.01, 0.18. Web safe color of #d00dcd is #cc00cc. Color #d00dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001101 11001101
Octal 320 15 315
Decimal 208 13 205
Hex D0 D CD

RGB Percentages of Color #d00dcd

%48.83
%3.05
%48.12

CMYK Percentages of Color #d00dcd

%0
%94
%1
%18

Triadic Colors of #d00dcd

#d00dcd #cdd00d #0dcdd0

Analogous Colors of #d00dcd

#d00dcd #d00d6c #720dd0

Monochromatic Colors of #d00dcd

#d00dcd

Complementary Color

#d00dcd #0dd010

#d00dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00dcd Color CSS Codes

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

#d00dcd Text Font Color

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

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


#d00dcd Background Color

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

This div background color is #d00dcd


#d00dcd Border Color

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

This div border color is #d00dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00dcd


Comments

No comments written yet.

Please login to write comment.