Color Hex Logo

#d008eb Color Hex

#D008EB
(208,8,235)
0 Favorites   0 Comments

Color spaces of #d008eb

RGB 2088235
HSL0.810.930.48
HSV293°97°92°
CMYK 0.110.970.00   0.08
XYZ41.094719.581780.2110
Yxy19.58170.29170.1390
Hunter Lab44.251288.3277-76.4949
CIE-Lab51.360987.7330-64.4896

#d008eb color RGB value is (208,8,235).

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

The process color (four color CMYK) of #d008eb color hex is 0.11, 0.97, 0.00, 0.08. Web safe color of #d008eb is #cc00ff. Color #d008eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001000 11101011
Octal 320 10 353
Decimal 208 8 235
Hex D0 8 EB

RGB Percentages of Color #d008eb

%46.12
%1.77
%52.11

CMYK Percentages of Color #d008eb

%11
%97
%0
%8

Triadic Colors of #d008eb

#d008eb #ebd008 #08ebd0

Analogous Colors of #d008eb

#d008eb #eb0895 #5f08eb

Monochromatic Colors of #d008eb

#d008eb

Complementary Color

#d008eb #23eb08

#d008eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d008eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d008eb Color CSS Codes

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

#d008eb Text Font Color

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

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


#d008eb Background Color

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

This div background color is #d008eb


#d008eb Border Color

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

This div border color is #d008eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d008eb


Comments

No comments written yet.

Please login to write comment.