color codes Logo

#b35aaf color codes

#B35AAF
(179,90,175)
0 Favorites   0 Comments

Color spaces of #b35aaf

RGB 17990175
HSL0.840.370.53
HSV303°50°70°
CMYK 0.000.500.02   0.30
XYZ29.984419.991242.8358
Yxy19.99120.32310.2154
Hunter Lab44.711541.4604-25.5046
CIE-Lab51.827348.0146-29.6041

#b35aaf color RGB value is (179,90,175).

#b35aaf hex color red value is 179, green value is 90 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b35aaf hue: 0.84 , saturation: 0.37 and the lightness value of b35aaf is 0.53.

The process color (four color CMYK) of #b35aaf color code is 0.00, 0.50, 0.02, 0.30. Web safe color of #b35aaf is #cc6699. Color #b35aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011010 10101111
Octal 263 132 257
Decimal 179 90 175
Hex B3 5A AF

RGB Percentages of Color #b35aaf

%40.32
%20.27
%39.41

CMYK Percentages of Color #b35aaf

%0
%50
%2
%30

Triadic Colors of #b35aaf

#b35aaf #afb35a #5aafb3

Analogous Colors of #b35aaf

#b35aaf #b35a83 #8b5ab3

Monochromatic Colors of #b35aaf

#b35aaf

Complementary Color

#b35aaf #5ab35e

#b35aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35aaf Color CSS Codes

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

#b35aaf Text Font Color

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

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


#b35aaf Background Color

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

This div background color is #b35aaf


#b35aaf Border Color

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

This div border color is #b35aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35aaf


Comments

No comments written yet.

Please login to write comment.