Color Hex Logo

#b525af Color Hex

#B525AF
(181,37,175)
0 Favorites   0 Comments

Color spaces of #b525af

RGB 18137175
HSL0.840.660.43
HSV303°80°71°
CMYK 0.000.800.03   0.29
XYZ27.455514.242041.8594
Yxy14.24200.32860.1704
Hunter Lab37.738663.8195-39.3471
CIE-Lab44.578069.4099-40.9808

#b525af color RGB value is (181,37,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 10101111
Octal 265 45 257
Decimal 181 37 175
Hex B5 25 AF

RGB Percentages of Color #b525af

%46.06
%9.41
%44.53

CMYK Percentages of Color #b525af

%0
%80
%3
%29

Triadic Colors of #b525af

#b525af #afb525 #25afb5

Analogous Colors of #b525af

#b525af #b52567 #7325b5

Monochromatic Colors of #b525af

#b525af

Complementary Color

#b525af #25b52b

#b525af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b525af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b525af Color CSS Codes

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

#b525af Text Font Color

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

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


#b525af Background Color

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

This div background color is #b525af


#b525af Border Color

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

This div border color is #b525af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b525af


Comments

No comments written yet.

Please login to write comment.