Color Hex Logo

#b05cbe Color Hex

#B05CBE
(176,92,190)
0 Favorites   0 Comments

Color spaces of #b05cbe

RGB 17692190
HSL0.810.430.55
HSV291°52°75°
CMYK 0.070.520.00   0.25
XYZ31.025920.602151.0566
Yxy20.60210.30210.2006
Hunter Lab45.389542.5815-34.9199
CIE-Lab52.511248.9625-37.2568

#b05cbe color RGB value is (176,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011100 10111110
Octal 260 134 276
Decimal 176 92 190
Hex B0 5C BE

RGB Percentages of Color #b05cbe

%38.43
%20.09
%41.48

CMYK Percentages of Color #b05cbe

%7
%52
%0
%25

Triadic Colors of #b05cbe

#b05cbe #beb05c #5cbeb0

Analogous Colors of #b05cbe

#b05cbe #be5c9b #7f5cbe

Monochromatic Colors of #b05cbe

#b05cbe

Complementary Color

#b05cbe #6abe5c

#b05cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05cbe Color CSS Codes

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

#b05cbe Text Font Color

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

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


#b05cbe Background Color

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

This div background color is #b05cbe


#b05cbe Border Color

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

This div border color is #b05cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05cbe


Comments

No comments written yet.

Please login to write comment.