Color Hex Logo

#b17eea Color Hex

#B17EEA
(177,126,234)
0 Favorites   0 Comments

Color spaces of #b17eea

RGB 177126234
HSL0.750.720.71
HSV268°46°92°
CMYK 0.240.460.00   0.08
XYZ40.443630.209381.5413
Yxy30.20930.26570.1985
Hunter Lab54.963035.1610-49.4866
CIE-Lab61.834440.5814-47.4251

#b17eea color RGB value is (177,126,234).

#b17eea hex color red value is 177, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b17eea hue: 0.75 , saturation: 0.72 and the lightness value of b17eea is 0.71.

The process color (four color CMYK) of #b17eea color hex is 0.24, 0.46, 0.00, 0.08. Web safe color of #b17eea is #9966ff. Color #b17eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111110 11101010
Octal 261 176 352
Decimal 177 126 234
Hex B1 7E EA

RGB Percentages of Color #b17eea

%32.96
%23.46
%43.58

CMYK Percentages of Color #b17eea

%24
%46
%0
%8

Triadic Colors of #b17eea

#b17eea #eab17e #7eeab1

Analogous Colors of #b17eea

#b17eea #e77eea #7e81ea

Monochromatic Colors of #b17eea

#b17eea

Complementary Color

#b17eea #b7ea7e

#b17eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17eea Color CSS Codes

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

#b17eea Text Font Color

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

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


#b17eea Background Color

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

This div background color is #b17eea


#b17eea Border Color

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

This div border color is #b17eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17eea


Comments

No comments written yet.

Please login to write comment.