Color Hex Logo

#d00bef Color Hex

#D00BEF
(208,11,239)
0 Favorites   0 Comments

Color spaces of #d00bef

RGB 20811239
HSL0.810.910.49
HSV292°95°94°
CMYK 0.130.950.00   0.06
XYZ41.712119.881283.3003
Yxy19.88120.28790.1372
Hunter Lab44.588388.9560-79.5542
CIE-Lab51.702688.1442-66.1903

#d00bef color RGB value is (208,11,239).

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

The process color (four color CMYK) of #d00bef color hex is 0.13, 0.95, 0.00, 0.06. Web safe color of #d00bef is #cc00ff. Color #d00bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 11101111
Octal 320 13 357
Decimal 208 11 239
Hex D0 B EF

RGB Percentages of Color #d00bef

%45.41
%2.40
%52.18

CMYK Percentages of Color #d00bef

%13
%95
%0
%6

Triadic Colors of #d00bef

#d00bef #efd00b #0befd0

Analogous Colors of #d00bef

#d00bef #ef0b9c #5e0bef

Monochromatic Colors of #d00bef

#d00bef

Complementary Color

#d00bef #2aef0b

#d00bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00bef Color CSS Codes

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

#d00bef Text Font Color

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

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


#d00bef Background Color

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

This div background color is #d00bef


#d00bef Border Color

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

This div border color is #d00bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00bef


Comments

No comments written yet.

Please login to write comment.