Color Hex Logo

#b77ecc Color Hex

#B77ECC
(183,126,204)
0 Favorites   0 Comments

Color spaces of #b77ecc

RGB 183126204
HSL0.790.430.65
HSV284°38°80°
CMYK 0.100.380.00   0.20
XYZ37.888429.348660.7947
Yxy29.34860.29590.2292
Hunter Lab54.174330.0340-28.6135
CIE-Lab61.088135.7054-31.7788

#b77ecc color RGB value is (183,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11001100
Octal 267 176 314
Decimal 183 126 204
Hex B7 7E CC

RGB Percentages of Color #b77ecc

%35.67
%24.56
%39.77

CMYK Percentages of Color #b77ecc

%10
%38
%0
%20

Triadic Colors of #b77ecc

#b77ecc #ccb77e #7eccb7

Analogous Colors of #b77ecc

#b77ecc #cc7eba #907ecc

Monochromatic Colors of #b77ecc

#b77ecc

Complementary Color

#b77ecc #93cc7e

#b77ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77ecc Color CSS Codes

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

#b77ecc Text Font Color

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

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


#b77ecc Background Color

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

This div background color is #b77ecc


#b77ecc Border Color

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

This div border color is #b77ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77ecc

#b77ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.