Color Hex Logo

#b00edd Color Hex

#B00EDD
(176,14,221)
0 Favorites   0 Comments

Color spaces of #b00edd

RGB 17614221
HSL0.800.880.46
HSV287°94°87°
CMYK 0.200.940.00   0.13
XYZ31.112714.764669.6167
Yxy14.76460.26940.1278
Hunter Lab38.424777.2891-80.5224
CIE-Lab45.310180.3228-66.5913

#b00edd color RGB value is (176,14,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001110 11011101
Octal 260 16 335
Decimal 176 14 221
Hex B0 E DD

RGB Percentages of Color #b00edd

%42.82
%3.41
%53.77

CMYK Percentages of Color #b00edd

%20
%94
%0
%13

Triadic Colors of #b00edd

#b00edd #ddb00e #0eddb0

Analogous Colors of #b00edd

#b00edd #dd0ea3 #480edd

Monochromatic Colors of #b00edd

#b00edd

Complementary Color

#b00edd #3bdd0e

#b00edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00edd Color CSS Codes

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

#b00edd Text Font Color

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

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


#b00edd Background Color

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

This div background color is #b00edd


#b00edd Border Color

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

This div border color is #b00edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00edd


Comments

No comments written yet.

Please login to write comment.