Color Hex Logo

#b77dcb Color Hex

#B77DCB
(183,125,203)
0 Favorites   0 Comments

Color spaces of #b77dcb

RGB 183125203
HSL0.790.430.64
HSV285°38°80°
CMYK 0.100.380.00   0.20
XYZ37.641529.046360.1225
Yxy29.04630.29680.2291
Hunter Lab53.894630.3538-28.4151
CIE-Lab60.822536.0491-31.6275

#b77dcb color RGB value is (183,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111101 11001011
Octal 267 175 313
Decimal 183 125 203
Hex B7 7D CB

RGB Percentages of Color #b77dcb

%35.81
%24.46
%39.73

CMYK Percentages of Color #b77dcb

%10
%38
%0
%20

Triadic Colors of #b77dcb

#b77dcb #cbb77d #7dcbb7

Analogous Colors of #b77dcb

#b77dcb #cb7db8 #907dcb

Monochromatic Colors of #b77dcb

#b77dcb

Complementary Color

#b77dcb #91cb7d

#b77dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77dcb Color CSS Codes

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

#b77dcb Text Font Color

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

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


#b77dcb Background Color

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

This div background color is #b77dcb


#b77dcb Border Color

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

This div border color is #b77dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77dcb


Comments

No comments written yet.

Please login to write comment.