Color Hex Logo

#b00cfb Color Hex

#B00CFB
(176,12,251)
0 Favorites   0 Comments

Color spaces of #b00cfb

RGB 17612251
HSL0.780.970.52
HSV281°95°98°
CMYK 0.300.950.00   0.02
XYZ35.448616.458192.5752
Yxy16.45810.24530.1139
Hunter Lab40.568684.9773-106.8984
CIE-Lab47.569985.8990-79.8673

#b00cfb color RGB value is (176,12,251).

#b00cfb hex color red value is 176, green value is 12 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b00cfb hue: 0.78 , saturation: 0.97 and the lightness value of b00cfb is 0.52.

The process color (four color CMYK) of #b00cfb color hex is 0.30, 0.95, 0.00, 0.02. Web safe color of #b00cfb is #9900ff. Color #b00cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001100 11111011
Octal 260 14 373
Decimal 176 12 251
Hex B0 C FB

RGB Percentages of Color #b00cfb

%40.09
%2.73
%57.18

CMYK Percentages of Color #b00cfb

%30
%95
%0
%2

Triadic Colors of #b00cfb

#b00cfb #fbb00c #0cfbb0

Analogous Colors of #b00cfb

#b00cfb #fb0ccf #390cfb

Monochromatic Colors of #b00cfb

#b00cfb

Complementary Color

#b00cfb #57fb0c

#b00cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00cfb Color CSS Codes

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

#b00cfb Text Font Color

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

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


#b00cfb Background Color

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

This div background color is #b00cfb


#b00cfb Border Color

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

This div border color is #b00cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00cfb


Comments

No comments written yet.

Please login to write comment.