Color Hex Logo

#b77bcf Color Hex

#B77BCF
(183,123,207)
0 Favorites   0 Comments

Color spaces of #b77bcf

RGB 183123207
HSL0.790.470.65
HSV283°41°81°
CMYK 0.120.410.00   0.19
XYZ37.873928.738262.5823
Yxy28.73820.29320.2224
Hunter Lab53.608032.2957-31.6899
CIE-Lab60.549937.9781-34.3053

#b77bcf color RGB value is (183,123,207).

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

The process color (four color CMYK) of #b77bcf color hex is 0.12, 0.41, 0.00, 0.19. Web safe color of #b77bcf is #cc66cc. Color #b77bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111011 11001111
Octal 267 173 317
Decimal 183 123 207
Hex B7 7B CF

RGB Percentages of Color #b77bcf

%35.67
%23.98
%40.35

CMYK Percentages of Color #b77bcf

%12
%41
%0
%19

Triadic Colors of #b77bcf

#b77bcf #cfb77b #7bcfb7

Analogous Colors of #b77bcf

#b77bcf #cf7bbd #8d7bcf

Monochromatic Colors of #b77bcf

#b77bcf

Complementary Color

#b77bcf #93cf7b

#b77bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77bcf Color CSS Codes

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

#b77bcf Text Font Color

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

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


#b77bcf Background Color

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

This div background color is #b77bcf


#b77bcf Border Color

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

This div border color is #b77bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77bcf


Comments

No comments written yet.

Please login to write comment.