Color Hex Logo

#b35aca Color Hex

#B35ACA
(179,90,202)
0 Favorites   0 Comments

Color spaces of #b35aca

RGB 17990202
HSL0.800.510.57
HSV288°55°79°
CMYK 0.110.550.00   0.21
XYZ32.907221.160358.2271
Yxy21.16030.29300.1884
Hunter Lab46.000347.1928-42.8489
CIE-Lab53.124553.1415-43.1572

#b35aca color RGB value is (179,90,202).

#b35aca hex color red value is 179, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b35aca hue: 0.80 , saturation: 0.51 and the lightness value of b35aca is 0.57.

The process color (four color CMYK) of #b35aca color hex is 0.11, 0.55, 0.00, 0.21. Web safe color of #b35aca is #cc66cc. Color #b35aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 11001010
Octal 263 132 312
Decimal 179 90 202
Hex B3 5A CA

RGB Percentages of Color #b35aca

%38.00
%19.11
%42.89

CMYK Percentages of Color #b35aca

%11
%55
%0
%21

Triadic Colors of #b35aca

#b35aca #cab35a #5acab3

Analogous Colors of #b35aca

#b35aca #ca5aa9 #7b5aca

Monochromatic Colors of #b35aca

#b35aca

Complementary Color

#b35aca #71ca5a

#b35aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35aca Color CSS Codes

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

#b35aca Text Font Color

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

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


#b35aca Background Color

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

This div background color is #b35aca


#b35aca Border Color

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

This div border color is #b35aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35aca


Comments

No comments written yet.

Please login to write comment.