Color Hex Logo

#b37aea Color Hex

#B37AEA
(179,122,234)
0 Favorites   0 Comments

Color spaces of #b37aea

RGB 179122234
HSL0.750.730.70
HSV271°48°92°
CMYK 0.240.480.00   0.08
XYZ40.401229.443381.3956
Yxy29.44330.26710.1947
Hunter Lab54.261737.9464-50.9552
CIE-Lab61.170943.3098-48.4608

#b37aea color RGB value is (179,122,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 11101010
Octal 263 172 352
Decimal 179 122 234
Hex B3 7A EA

RGB Percentages of Color #b37aea

%33.46
%22.80
%43.74

CMYK Percentages of Color #b37aea

%24
%48
%0
%8

Triadic Colors of #b37aea

#b37aea #eab37a #7aeab3

Analogous Colors of #b37aea

#b37aea #ea7ae9 #7b7aea

Monochromatic Colors of #b37aea

#b37aea

Complementary Color

#b37aea #b1ea7a

#b37aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37aea Color CSS Codes

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

#b37aea Text Font Color

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

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


#b37aea Background Color

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

This div background color is #b37aea


#b37aea Border Color

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

This div border color is #b37aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37aea


Comments

No comments written yet.

Please login to write comment.