Color Hex Logo

#b00cbd Color Hex

#B00CBD
(176,12,189)
0 Favorites   0 Comments

Color spaces of #b00cbd

RGB 17612189
HSL0.820.880.39
HSV296°94°74°
CMYK 0.070.940.00   0.26
XYZ27.221313.167249.2509
Yxy13.16720.30370.1469
Hunter Lab36.286670.4045-55.0721
CIE-Lab43.014175.2083-51.7773

#b00cbd color RGB value is (176,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001100 10111101
Octal 260 14 275
Decimal 176 12 189
Hex B0 C BD

RGB Percentages of Color #b00cbd

%46.68
%3.18
%50.13

CMYK Percentages of Color #b00cbd

%7
%94
%0
%26

Triadic Colors of #b00cbd

#b00cbd #bdb00c #0cbdb0

Analogous Colors of #b00cbd

#b00cbd #bd0c72 #570cbd

Monochromatic Colors of #b00cbd

#b00cbd

Complementary Color

#b00cbd #19bd0c

#b00cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00cbd Color CSS Codes

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

#b00cbd Text Font Color

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

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


#b00cbd Background Color

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

This div background color is #b00cbd


#b00cbd Border Color

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

This div border color is #b00cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00cbd


Comments

No comments written yet.

Please login to write comment.