Color Hex Logo

#d000eb Color Hex

#D000EB
(208,0,235)
0 Favorites   0 Comments

Color spaces of #d000eb

RGB 2080235
HSL0.811.000.46
HSV293°100°92°
CMYK 0.111.000.00   0.08
XYZ41.007819.408180.1820
Yxy19.40810.29170.1380
Hunter Lab44.054689.0593-77.0730
CIE-Lab51.161388.3268-64.8121

#d000eb color RGB value is (208,0,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 11101011
Octal 320 0 353
Decimal 208 0 235
Hex D0 0 EB

RGB Percentages of Color #d000eb

%46.95
%0.00
%53.05

CMYK Percentages of Color #d000eb

%11
%100
%0
%8

Triadic Colors of #d000eb

#d000eb #ebd000 #00ebd0

Analogous Colors of #d000eb

#d000eb #eb0091 #5a00eb

Monochromatic Colors of #d000eb

#d000eb

Complementary Color

#d000eb #1beb00

#d000eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d000eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d000eb Color CSS Codes

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

#d000eb Text Font Color

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

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


#d000eb Background Color

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

This div background color is #d000eb


#d000eb Border Color

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

This div border color is #d000eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d000eb


Comments

No comments written yet.

Please login to write comment.