Color Hex Logo

#b77dcd Color Hex

#B77DCD
(183,125,205)
0 Favorites   0 Comments

Color spaces of #b77dcd

RGB 183125205
HSL0.790.440.65
HSV284°39°80°
CMYK 0.110.390.00   0.20
XYZ37.881529.142361.3861
Yxy29.14230.29500.2269
Hunter Lab53.983630.7861-29.6316
CIE-Lab60.907036.4634-32.6232

#b77dcd color RGB value is (183,125,205).

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

The process color (four color CMYK) of #b77dcd color hex is 0.11, 0.39, 0.00, 0.20. Web safe color of #b77dcd is #cc66cc. Color #b77dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111101 11001101
Octal 267 175 315
Decimal 183 125 205
Hex B7 7D CD

RGB Percentages of Color #b77dcd

%35.67
%24.37
%39.96

CMYK Percentages of Color #b77dcd

%11
%39
%0
%20

Triadic Colors of #b77dcd

#b77dcd #cdb77d #7dcdb7

Analogous Colors of #b77dcd

#b77dcd #cd7dbb #8f7dcd

Monochromatic Colors of #b77dcd

#b77dcd

Complementary Color

#b77dcd #93cd7d

#b77dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77dcd Color CSS Codes

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

#b77dcd Text Font Color

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

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


#b77dcd Background Color

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

This div background color is #b77dcd


#b77dcd Border Color

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

This div border color is #b77dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77dcd


Comments

No comments written yet.

Please login to write comment.