Color Hex Logo

#b05cbf Color Hex

#B05CBF
(176,92,191)
0 Favorites   0 Comments

Color spaces of #b05cbf

RGB 17692191
HSL0.810.440.55
HSV291°52°75°
CMYK 0.080.520.00   0.25
XYZ31.135620.646051.6343
Yxy20.64600.30110.1996
Hunter Lab45.437942.7981-35.5690
CIE-Lab52.559949.1582-37.7567

#b05cbf color RGB value is (176,92,191).

#b05cbf hex color red value is 176, green value is 92 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b05cbf hue: 0.81 , saturation: 0.44 and the lightness value of b05cbf is 0.55.

The process color (four color CMYK) of #b05cbf color hex is 0.08, 0.52, 0.00, 0.25. Web safe color of #b05cbf is #9966cc. Color #b05cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011100 10111111
Octal 260 134 277
Decimal 176 92 191
Hex B0 5C BF

RGB Percentages of Color #b05cbf

%38.34
%20.04
%41.61

CMYK Percentages of Color #b05cbf

%8
%52
%0
%25

Triadic Colors of #b05cbf

#b05cbf #bfb05c #5cbfb0

Analogous Colors of #b05cbf

#b05cbf #bf5c9d #7f5cbf

Monochromatic Colors of #b05cbf

#b05cbf

Complementary Color

#b05cbf #6bbf5c

#b05cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05cbf Color CSS Codes

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

#b05cbf Text Font Color

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

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


#b05cbf Background Color

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

This div background color is #b05cbf


#b05cbf Border Color

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

This div border color is #b05cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05cbf


Comments

No comments written yet.

Please login to write comment.