Color Hex Logo

#b525cc Color Hex

#B525CC
(181,37,204)
0 Favorites   0 Comments

Color spaces of #b525cc

RGB 18137204
HSL0.810.690.47
HSV292°82°80°
CMYK 0.110.820.00   0.20
XYZ30.616715.506558.5061
Yxy15.50650.29260.1482
Hunter Lab39.378369.8721-60.5250
CIE-Lab46.320374.1276-55.1475

#b525cc color RGB value is (181,37,204).

#b525cc hex color red value is 181, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b525cc hue: 0.81 , saturation: 0.69 and the lightness value of b525cc is 0.47.

The process color (four color CMYK) of #b525cc color hex is 0.11, 0.82, 0.00, 0.20. Web safe color of #b525cc is #cc33cc. Color #b525cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 11001100
Octal 265 45 314
Decimal 181 37 204
Hex B5 25 CC

RGB Percentages of Color #b525cc

%42.89
%8.77
%48.34

CMYK Percentages of Color #b525cc

%11
%82
%0
%20

Triadic Colors of #b525cc

#b525cc #ccb525 #25ccb5

Analogous Colors of #b525cc

#b525cc #cc2590 #6125cc

Monochromatic Colors of #b525cc

#b525cc

Complementary Color

#b525cc #3ccc25

#b525cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b525cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b525cc Color CSS Codes

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

#b525cc Text Font Color

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

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


#b525cc Background Color

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

This div background color is #b525cc


#b525cc Border Color

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

This div border color is #b525cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b525cc


Comments

No comments written yet.

Please login to write comment.