Color Hex Logo

#b77ecb Color Hex

#B77ECB
(183,126,203)
0 Favorites   0 Comments

Color spaces of #b77ecb

RGB 183126203
HSL0.790.430.65
HSV284°38°80°
CMYK 0.100.380.00   0.20
XYZ37.768829.300860.1649
Yxy29.30080.29680.2303
Hunter Lab54.130229.8187-28.0088
CIE-Lab61.046235.4982-31.2803

#b77ecb color RGB value is (183,126,203).

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

The process color (four color CMYK) of #b77ecb color hex is 0.10, 0.38, 0.00, 0.20. Web safe color of #b77ecb is #cc66cc. Color #b77ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11001011
Octal 267 176 313
Decimal 183 126 203
Hex B7 7E CB

RGB Percentages of Color #b77ecb

%35.74
%24.61
%39.65

CMYK Percentages of Color #b77ecb

%10
%38
%0
%20

Triadic Colors of #b77ecb

#b77ecb #cbb77e #7ecbb7

Analogous Colors of #b77ecb

#b77ecb #cb7eb9 #917ecb

Monochromatic Colors of #b77ecb

#b77ecb

Complementary Color

#b77ecb #92cb7e

#b77ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77ecb Color CSS Codes

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

#b77ecb Text Font Color

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

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


#b77ecb Background Color

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

This div background color is #b77ecb


#b77ecb Border Color

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

This div border color is #b77ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,126,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77ecb


Comments

No comments written yet.

Please login to write comment.