Color Hex Logo

#b05ccb Color Hex

#B05CCB
(176,92,203)
0 Favorites   0 Comments

Color spaces of #b05ccb

RGB 17692203
HSL0.790.520.58
HSV285°55°80°
CMYK 0.130.550.00   0.20
XYZ32.511121.196258.8777
Yxy21.19620.28880.1883
Hunter Lab46.039345.4806-43.5959
CIE-Lab53.163651.5588-43.6922

#b05ccb color RGB value is (176,92,203).

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

The process color (four color CMYK) of #b05ccb color hex is 0.13, 0.55, 0.00, 0.20. Web safe color of #b05ccb is #9966cc. Color #b05ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011100 11001011
Octal 260 134 313
Decimal 176 92 203
Hex B0 5C CB

RGB Percentages of Color #b05ccb

%37.37
%19.53
%43.10

CMYK Percentages of Color #b05ccb

%13
%55
%0
%20

Triadic Colors of #b05ccb

#b05ccb #cbb05c #5ccbb0

Analogous Colors of #b05ccb

#b05ccb #cb5caf #795ccb

Monochromatic Colors of #b05ccb

#b05ccb

Complementary Color

#b05ccb #77cb5c

#b05ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05ccb Color CSS Codes

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

#b05ccb Text Font Color

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

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


#b05ccb Background Color

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

This div background color is #b05ccb


#b05ccb Border Color

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

This div border color is #b05ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05ccb


Comments

No comments written yet.

Please login to write comment.