Color Hex Logo

#b05bcf Color Hex

#B05BCF
(176,91,207)
0 Favorites   0 Comments

Color spaces of #b05bcf

RGB 17691207
HSL0.790.550.58
HSV284°56°81°
CMYK 0.150.560.00   0.19
XYZ32.908121.217361.3924
Yxy21.21730.28490.1837
Hunter Lab46.062246.9163-46.7790
CIE-Lab53.186552.8775-45.9401

#b05bcf color RGB value is (176,91,207).

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

The process color (four color CMYK) of #b05bcf color hex is 0.15, 0.56, 0.00, 0.19. Web safe color of #b05bcf is #9966cc. Color #b05bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011011 11001111
Octal 260 133 317
Decimal 176 91 207
Hex B0 5B CF

RGB Percentages of Color #b05bcf

%37.13
%19.20
%43.67

CMYK Percentages of Color #b05bcf

%15
%56
%0
%19

Triadic Colors of #b05bcf

#b05bcf #cfb05b #5bcfb0

Analogous Colors of #b05bcf

#b05bcf #cf5bb4 #765bcf

Monochromatic Colors of #b05bcf

#b05bcf

Complementary Color

#b05bcf #7acf5b

#b05bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05bcf Color CSS Codes

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

#b05bcf Text Font Color

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

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


#b05bcf Background Color

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

This div background color is #b05bcf


#b05bcf Border Color

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

This div border color is #b05bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05bcf


Comments

No comments written yet.

Please login to write comment.