Color Hex Logo

#b05fcc Color Hex

#B05FCC
(176,95,204)
0 Favorites   0 Comments

Color spaces of #b05fcc

RGB 17695204
HSL0.790.520.59
HSV285°53°80°
CMYK 0.140.530.00   0.20
XYZ32.895821.774259.5958
Yxy21.77420.28790.1906
Hunter Lab46.662844.1768-43.0587
CIE-Lab53.786650.2471-43.2777

#b05fcc color RGB value is (176,95,204).

#b05fcc hex color red value is 176, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b05fcc hue: 0.79 , saturation: 0.52 and the lightness value of b05fcc is 0.59.

The process color (four color CMYK) of #b05fcc color hex is 0.14, 0.53, 0.00, 0.20. Web safe color of #b05fcc is #9966cc. Color #b05fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011111 11001100
Octal 260 137 314
Decimal 176 95 204
Hex B0 5F CC

RGB Percentages of Color #b05fcc

%37.05
%20.00
%42.95

CMYK Percentages of Color #b05fcc

%14
%53
%0
%20

Triadic Colors of #b05fcc

#b05fcc #ccb05f #5fccb0

Analogous Colors of #b05fcc

#b05fcc #cc5fb2 #7a5fcc

Monochromatic Colors of #b05fcc

#b05fcc

Complementary Color

#b05fcc #7bcc5f

#b05fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05fcc Color CSS Codes

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

#b05fcc Text Font Color

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

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


#b05fcc Background Color

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

This div background color is #b05fcc


#b05fcc Border Color

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

This div border color is #b05fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05fcc


Comments

No comments written yet.

Please login to write comment.