Color Hex Logo

#b00cbf Color Hex

#B00CBF
(176,12,191)
0 Favorites   0 Comments

Color spaces of #b00cbf

RGB 17612191
HSL0.820.880.40
HSV295°94°75°
CMYK 0.080.940.00   0.25
XYZ27.439913.254650.4024
Yxy13.25460.30120.1455
Hunter Lab36.406970.8236-56.5975
CIE-Lab43.144475.5266-52.7400

#b00cbf color RGB value is (176,12,191).

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

The process color (four color CMYK) of #b00cbf color hex is 0.08, 0.94, 0.00, 0.25. Web safe color of #b00cbf is #9900cc. Color #b00cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001100 10111111
Octal 260 14 277
Decimal 176 12 191
Hex B0 C BF

RGB Percentages of Color #b00cbf

%46.44
%3.17
%50.40

CMYK Percentages of Color #b00cbf

%8
%94
%0
%25

Triadic Colors of #b00cbf

#b00cbf #bfb00c #0cbfb0

Analogous Colors of #b00cbf

#b00cbf #bf0c75 #560cbf

Monochromatic Colors of #b00cbf

#b00cbf

Complementary Color

#b00cbf #1bbf0c

#b00cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00cbf Color CSS Codes

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

#b00cbf Text Font Color

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

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


#b00cbf Background Color

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

This div background color is #b00cbf


#b00cbf Border Color

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

This div border color is #b00cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00cbf


Comments

No comments written yet.

Please login to write comment.