Color Hex Logo

#d00ced Color Hex

#D00CED
(208,12,237)
0 Favorites   0 Comments

Color spaces of #d00ced

RGB 20812237
HSL0.810.900.49
HSV292°95°93°
CMYK 0.120.950.00   0.07
XYZ41.430019.787381.7565
Yxy19.78730.28980.1384
Hunter Lab44.482988.4042-77.8328
CIE-Lab51.595987.7458-65.2373

#d00ced color RGB value is (208,12,237).

#d00ced hex color red value is 208, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d00ced hue: 0.81 , saturation: 0.90 and the lightness value of d00ced is 0.49.

The process color (four color CMYK) of #d00ced color hex is 0.12, 0.95, 0.00, 0.07. Web safe color of #d00ced is #cc00ff. Color #d00ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001100 11101101
Octal 320 14 355
Decimal 208 12 237
Hex D0 C ED

RGB Percentages of Color #d00ced

%45.51
%2.63
%51.86

CMYK Percentages of Color #d00ced

%12
%95
%0
%7

Triadic Colors of #d00ced

#d00ced #edd00c #0cedd0

Analogous Colors of #d00ced

#d00ced #ed0c9a #600ced

Monochromatic Colors of #d00ced

#d00ced

Complementary Color

#d00ced #29ed0c

#d00ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00ced Color CSS Codes

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

#d00ced Text Font Color

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

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


#d00ced Background Color

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

This div background color is #d00ced


#d00ced Border Color

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

This div border color is #d00ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00ced


Comments

No comments written yet.

Please login to write comment.