Color Hex Logo

#b00fcc Color Hex

#B00FCC
(176,15,204)
0 Favorites   0 Comments

Color spaces of #b00fcc

RGB 17615204
HSL0.810.860.43
HSV291°93°80°
CMYK 0.140.930.00   0.20
XYZ28.974413.931458.2886
Yxy13.93140.28630.1377
Hunter Lab37.324873.2472-66.4634
CIE-Lab44.134477.3080-58.7145

#b00fcc color RGB value is (176,15,204).

#b00fcc hex color red value is 176, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b00fcc hue: 0.81 , saturation: 0.86 and the lightness value of b00fcc is 0.43.

The process color (four color CMYK) of #b00fcc color hex is 0.14, 0.93, 0.00, 0.20. Web safe color of #b00fcc is #9900cc. Color #b00fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 11001100
Octal 260 17 314
Decimal 176 15 204
Hex B0 F CC

RGB Percentages of Color #b00fcc

%44.56
%3.80
%51.65

CMYK Percentages of Color #b00fcc

%14
%93
%0
%20

Triadic Colors of #b00fcc

#b00fcc #ccb00f #0fccb0

Analogous Colors of #b00fcc

#b00fcc #cc0f8a #510fcc

Monochromatic Colors of #b00fcc

#b00fcc

Complementary Color

#b00fcc #2bcc0f

#b00fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fcc Color CSS Codes

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

#b00fcc Text Font Color

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

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


#b00fcc Background Color

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

This div background color is #b00fcc


#b00fcc Border Color

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

This div border color is #b00fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fcc


Comments

No comments written yet.

Please login to write comment.