Color Hex Logo

#b535ac Color Hex

#B535AC
(181,53,172)
0 Favorites   0 Comments

Color spaces of #b535ac

RGB 18153172
HSL0.850.550.46
HSV304°71°71°
CMYK 0.000.710.05   0.29
XYZ27.775615.348540.5284
Yxy15.34850.33200.1835
Hunter Lab39.177257.9919-33.9109
CIE-Lab46.107964.0952-36.7851

#b535ac color RGB value is (181,53,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110101 10101100
Octal 265 65 254
Decimal 181 53 172
Hex B5 35 AC

RGB Percentages of Color #b535ac

%44.58
%13.05
%42.36

CMYK Percentages of Color #b535ac

%0
%71
%5
%29

Triadic Colors of #b535ac

#b535ac #acb535 #35acb5

Analogous Colors of #b535ac

#b535ac #b5356c #7e35b5

Monochromatic Colors of #b535ac

#b535ac

Complementary Color

#b535ac #35b53e

#b535ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b535ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b535ac Color CSS Codes

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

#b535ac Text Font Color

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

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


#b535ac Background Color

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

This div background color is #b535ac


#b535ac Border Color

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

This div border color is #b535ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,53,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b535ac


Comments

No comments written yet.

Please login to write comment.