Color Hex Logo

#b17aea Color Hex

#B17AEA
(177,122,234)
0 Favorites   0 Comments

Color spaces of #b17aea

RGB 177122234
HSL0.750.730.70
HSV269°48°92°
CMYK 0.240.480.00   0.08
XYZ39.942329.206781.3742
Yxy29.20670.26540.1940
Hunter Lab54.043237.3503-51.4441
CIE-Lab60.963642.7744-48.8023

#b17aea color RGB value is (177,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111010 11101010
Octal 261 172 352
Decimal 177 122 234
Hex B1 7A EA

RGB Percentages of Color #b17aea

%33.21
%22.89
%43.90

CMYK Percentages of Color #b17aea

%24
%48
%0
%8

Triadic Colors of #b17aea

#b17aea #eab17a #7aeab1

Analogous Colors of #b17aea

#b17aea #e97aea #7a7bea

Monochromatic Colors of #b17aea

#b17aea

Complementary Color

#b17aea #b3ea7a

#b17aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17aea Color CSS Codes

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

#b17aea Text Font Color

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

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


#b17aea Background Color

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

This div background color is #b17aea


#b17aea Border Color

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

This div border color is #b17aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17aea


Comments

No comments written yet.

Please login to write comment.