Color Hex Logo

#b35ead Color Hex

#B35EAD
(179,94,173)
0 Favorites   0 Comments

Color spaces of #b35ead

RGB 17994173
HSL0.850.360.54
HSV304°47°70°
CMYK 0.000.470.03   0.30
XYZ30.135920.606241.9242
Yxy20.60620.32520.2224
Hunter Lab45.394139.0618-22.9821
CIE-Lab52.515845.6191-27.3700

#b35ead color RGB value is (179,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011110 10101101
Octal 263 136 255
Decimal 179 94 173
Hex B3 5E AD

RGB Percentages of Color #b35ead

%40.13
%21.08
%38.79

CMYK Percentages of Color #b35ead

%0
%47
%3
%30

Triadic Colors of #b35ead

#b35ead #adb35e #5eadb3

Analogous Colors of #b35ead

#b35ead #b35e83 #8f5eb3

Monochromatic Colors of #b35ead

#b35ead

Complementary Color

#b35ead #5eb364

#b35ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35ead Color CSS Codes

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

#b35ead Text Font Color

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

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


#b35ead Background Color

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

This div background color is #b35ead


#b35ead Border Color

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

This div border color is #b35ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35ead


Comments

No comments written yet.

Please login to write comment.