Color Hex Logo

#b37aed Color Hex

#B37AED
(179,122,237)
0 Favorites   0 Comments

Color spaces of #b37aed

RGB 179122237
HSL0.750.760.70
HSV270°49°93°
CMYK 0.240.490.00   0.07
XYZ40.836029.617283.6852
Yxy29.61720.26490.1921
Hunter Lab54.421738.7018-53.0761
CIE-Lab61.322544.0001-49.8856

#b37aed color RGB value is (179,122,237).

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

The process color (four color CMYK) of #b37aed color hex is 0.24, 0.49, 0.00, 0.07. Web safe color of #b37aed is #cc66ff. Color #b37aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 11101101
Octal 263 172 355
Decimal 179 122 237
Hex B3 7A ED

RGB Percentages of Color #b37aed

%33.27
%22.68
%44.05

CMYK Percentages of Color #b37aed

%24
%49
%0
%7

Triadic Colors of #b37aed

#b37aed #edb37a #7aedb3

Analogous Colors of #b37aed

#b37aed #ed7aed #7a7bed

Monochromatic Colors of #b37aed

#b37aed

Complementary Color

#b37aed #b4ed7a

#b37aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37aed Color CSS Codes

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

#b37aed Text Font Color

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

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


#b37aed Background Color

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

This div background color is #b37aed


#b37aed Border Color

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

This div border color is #b37aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,122,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37aed


Comments

No comments written yet.

Please login to write comment.