Color Hex Logo

#b00dde Color Hex

#B00DDE
(176,13,222)
0 Favorites   0 Comments

Color spaces of #b00dde

RGB 17613222
HSL0.800.890.46
HSV287°94°87°
CMYK 0.210.940.00   0.13
XYZ31.233214.791970.3162
Yxy14.79190.26850.1271
Hunter Lab38.460277.6528-81.4767
CIE-Lab45.347880.6043-67.1014

#b00dde color RGB value is (176,13,222).

#b00dde hex color red value is 176, green value is 13 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b00dde hue: 0.80 , saturation: 0.89 and the lightness value of b00dde is 0.46.

The process color (four color CMYK) of #b00dde color hex is 0.21, 0.94, 0.00, 0.13. Web safe color of #b00dde is #9900cc. Color #b00dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001101 11011110
Octal 260 15 336
Decimal 176 13 222
Hex B0 D DE

RGB Percentages of Color #b00dde

%42.82
%3.16
%54.01

CMYK Percentages of Color #b00dde

%21
%94
%0
%13

Triadic Colors of #b00dde

#b00dde #deb00d #0ddeb0

Analogous Colors of #b00dde

#b00dde #de0da4 #480dde

Monochromatic Colors of #b00dde

#b00dde

Complementary Color

#b00dde #3bde0d

#b00dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00dde Color CSS Codes

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

#b00dde Text Font Color

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

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


#b00dde Background Color

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

This div background color is #b00dde


#b00dde Border Color

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

This div border color is #b00dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,13,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b00dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b00dde;
  -webkit-box-shadow: 1px 1px 3px 2px #b00dde;
  box-shadow:         1px 1px 3px 2px #b00dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,13,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00dde


Comments

No comments written yet.

Please login to write comment.