Color Hex Logo

#b35eae Color Hex

#B35EAE
(179,94,174)
0 Favorites   0 Comments

Color spaces of #b35eae

RGB 17994174
HSL0.840.360.54
HSV304°47°70°
CMYK 0.000.470.03   0.30
XYZ30.233120.645142.4358
Yxy20.64510.32400.2212
Hunter Lab45.436939.2570-23.5681
CIE-Lab52.558945.7995-27.8851

#b35eae color RGB value is (179,94,174).

#b35eae hex color red value is 179, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b35eae hue: 0.84 , saturation: 0.36 and the lightness value of b35eae is 0.54.

The process color (four color CMYK) of #b35eae color hex is 0.00, 0.47, 0.03, 0.30. Web safe color of #b35eae is #cc6699. Color #b35eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 10101110
Octal 263 136 256
Decimal 179 94 174
Hex B3 5E AE

RGB Percentages of Color #b35eae

%40.04
%21.03
%38.93

CMYK Percentages of Color #b35eae

%0
%47
%3
%30

Triadic Colors of #b35eae

#b35eae #aeb35e #5eaeb3

Analogous Colors of #b35eae

#b35eae #b35e84 #8e5eb3

Monochromatic Colors of #b35eae

#b35eae

Complementary Color

#b35eae #5eb363

#b35eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35eae Color CSS Codes

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

#b35eae Text Font Color

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

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


#b35eae Background Color

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

This div background color is #b35eae


#b35eae Border Color

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

This div border color is #b35eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35eae


Comments

No comments written yet.

Please login to write comment.