Color Hex Logo

#b77eda Color Hex

#B77EDA
(183,126,218)
0 Favorites   0 Comments

Color spaces of #b77eda

RGB 183126218
HSL0.770.550.67
HSV277°42°85°
CMYK 0.160.420.00   0.15
XYZ39.644230.050970.0406
Yxy30.05090.28370.2151
Hunter Lab54.818733.1562-37.3804
CIE-Lab61.698138.6744-38.6851

#b77eda color RGB value is (183,126,218).

#b77eda hex color red value is 183, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b77eda hue: 0.77 , saturation: 0.55 and the lightness value of b77eda is 0.67.

The process color (four color CMYK) of #b77eda color hex is 0.16, 0.42, 0.00, 0.15. Web safe color of #b77eda is #cc66cc. Color #b77eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111110 11011010
Octal 267 176 332
Decimal 183 126 218
Hex B7 7E DA

RGB Percentages of Color #b77eda

%34.72
%23.91
%41.37

CMYK Percentages of Color #b77eda

%16
%42
%0
%15

Triadic Colors of #b77eda

#b77eda #dab77e #7edab7

Analogous Colors of #b77eda

#b77eda #da7ecf #897eda

Monochromatic Colors of #b77eda

#b77eda

Complementary Color

#b77eda #a1da7e

#b77eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77eda Color CSS Codes

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

#b77eda Text Font Color

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

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


#b77eda Background Color

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

This div background color is #b77eda


#b77eda Border Color

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

This div border color is #b77eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77eda


Comments

No comments written yet.

Please login to write comment.