Color Hex Logo

#d008ed Color Hex

#D008ED
(208,8,237)
0 Favorites   0 Comments

Color spaces of #d008ed

RGB 2088237
HSL0.810.930.48
HSV292°97°93°
CMYK 0.120.970.00   0.07
XYZ41.385319.698081.7416
Yxy19.69800.28980.1379
Hunter Lab44.382488.7767-78.1300
CIE-Lab51.494088.0484-65.4019

#d008ed color RGB value is (208,8,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 11101101
Octal 320 10 355
Decimal 208 8 237
Hex D0 8 ED

RGB Percentages of Color #d008ed

%45.92
%1.77
%52.32

CMYK Percentages of Color #d008ed

%12
%97
%0
%7

Triadic Colors of #d008ed

#d008ed #edd008 #08edd0

Analogous Colors of #d008ed

#d008ed #ed0898 #5d08ed

Monochromatic Colors of #d008ed

#d008ed

Complementary Color

#d008ed #25ed08

#d008ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d008ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d008ed Color CSS Codes

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

#d008ed Text Font Color

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

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


#d008ed Background Color

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

This div background color is #d008ed


#d008ed Border Color

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

This div border color is #d008ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d008ed


Comments

No comments written yet.

Please login to write comment.