Color Hex Logo

#b07bcf Color Hex

#B07BCF
(176,123,207)
0 Favorites   0 Comments

Color spaces of #b07bcf

RGB 176123207
HSL0.770.470.65
HSV278°41°81°
CMYK 0.150.410.00   0.19
XYZ36.249927.901062.5063
Yxy27.90100.28620.2203
Hunter Lab52.821430.0623-33.1860
CIE-Lab59.799235.8780-35.5322

#b07bcf color RGB value is (176,123,207).

#b07bcf hex color red value is 176, green value is 123 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b07bcf hue: 0.77 , saturation: 0.47 and the lightness value of b07bcf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111011 11001111
Octal 260 173 317
Decimal 176 123 207
Hex B0 7B CF

RGB Percentages of Color #b07bcf

%34.78
%24.31
%40.91

CMYK Percentages of Color #b07bcf

%15
%41
%0
%19

Triadic Colors of #b07bcf

#b07bcf #cfb07b #7bcfb0

Analogous Colors of #b07bcf

#b07bcf #cf7bc4 #867bcf

Monochromatic Colors of #b07bcf

#b07bcf

Complementary Color

#b07bcf #9acf7b

#b07bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07bcf Color CSS Codes

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

#b07bcf Text Font Color

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

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


#b07bcf Background Color

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

This div background color is #b07bcf


#b07bcf Border Color

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

This div border color is #b07bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07bcf


Comments

No comments written yet.

Please login to write comment.