Color Hex Logo

#b535af Color Hex

#B535AF
(181,53,175)
0 Favorites   0 Comments

Color spaces of #b535af

RGB 18153175
HSL0.840.550.46
HSV303°71°71°
CMYK 0.000.710.03   0.29
XYZ28.067015.465142.0632
Yxy15.46510.32790.1807
Hunter Lab39.325758.5766-35.8893
CIE-Lab46.264764.5753-38.3082

#b535af color RGB value is (181,53,175).

#b535af hex color red value is 181, green value is 53 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b535af hue: 0.84 , saturation: 0.55 and the lightness value of b535af is 0.46.

The process color (four color CMYK) of #b535af color hex is 0.00, 0.71, 0.03, 0.29. Web safe color of #b535af is #cc3399. Color #b535af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 10101111
Octal 265 65 257
Decimal 181 53 175
Hex B5 35 AF

RGB Percentages of Color #b535af

%44.25
%12.96
%42.79

CMYK Percentages of Color #b535af

%0
%71
%3
%29

Triadic Colors of #b535af

#b535af #afb535 #35afb5

Analogous Colors of #b535af

#b535af #b5356f #7b35b5

Monochromatic Colors of #b535af

#b535af

Complementary Color

#b535af #35b53b

#b535af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b535af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b535af Color CSS Codes

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

#b535af Text Font Color

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

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


#b535af Background Color

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

This div background color is #b535af


#b535af Border Color

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

This div border color is #b535af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,53,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 #b535af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b535af


Comments

No comments written yet.

Please login to write comment.