Color Hex Logo

#b77dca Color Hex

#B77DCA
(183,125,202)
0 Favorites   0 Comments

Color spaces of #b77dca

RGB 183125202
HSL0.790.420.64
HSV285°38°79°
CMYK 0.090.380.00   0.21
XYZ37.522728.998859.4968
Yxy28.99880.29780.2301
Hunter Lab53.850530.1392-27.8112
CIE-Lab60.780635.8430-31.1285

#b77dca color RGB value is (183,125,202).

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

The process color (four color CMYK) of #b77dca color hex is 0.09, 0.38, 0.00, 0.21. Web safe color of #b77dca is #cc66cc. Color #b77dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111101 11001010
Octal 267 175 312
Decimal 183 125 202
Hex B7 7D CA

RGB Percentages of Color #b77dca

%35.88
%24.51
%39.61

CMYK Percentages of Color #b77dca

%9
%38
%0
%21

Triadic Colors of #b77dca

#b77dca #cab77d #7dcab7

Analogous Colors of #b77dca

#b77dca #ca7db7 #917dca

Monochromatic Colors of #b77dca

#b77dca

Complementary Color

#b77dca #90ca7d

#b77dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77dca Color CSS Codes

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

#b77dca Text Font Color

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

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


#b77dca Background Color

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

This div background color is #b77dca


#b77dca Border Color

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

This div border color is #b77dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77dca


Comments

No comments written yet.

Please login to write comment.