Color Hex Logo

#b00dbd Color Hex

#B00DBD
(176,13,189)
0 Favorites   0 Comments

Color spaces of #b00dbd

RGB 17613189
HSL0.820.870.40
HSV296°93°74°
CMYK 0.070.930.00   0.26
XYZ27.233713.192149.2551
Yxy13.19210.30370.1471
Hunter Lab36.320970.2790-54.9790
CIE-Lab43.051375.0981-51.7176

#b00dbd color RGB value is (176,13,189).

#b00dbd hex color red value is 176, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b00dbd hue: 0.82 , saturation: 0.87 and the lightness value of b00dbd is 0.40.

The process color (four color CMYK) of #b00dbd color hex is 0.07, 0.93, 0.00, 0.26. Web safe color of #b00dbd is #9900cc. Color #b00dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001101 10111101
Octal 260 15 275
Decimal 176 13 189
Hex B0 D BD

RGB Percentages of Color #b00dbd

%46.56
%3.44
%50.00

CMYK Percentages of Color #b00dbd

%7
%93
%0
%26

Triadic Colors of #b00dbd

#b00dbd #bdb00d #0dbdb0

Analogous Colors of #b00dbd

#b00dbd #bd0d72 #580dbd

Monochromatic Colors of #b00dbd

#b00dbd

Complementary Color

#b00dbd #1abd0d

#b00dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00dbd Color CSS Codes

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

#b00dbd Text Font Color

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

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


#b00dbd Background Color

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

This div background color is #b00dbd


#b00dbd Border Color

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

This div border color is #b00dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00dbd


Comments

No comments written yet.

Please login to write comment.