Color Hex Logo

#b525ce Color Hex

#B525CE
(181,37,206)
0 Favorites   0 Comments

Color spaces of #b525ce

RGB 18137206
HSL0.810.700.48
HSV291°82°81°
CMYK 0.120.820.00   0.19
XYZ30.858215.603159.7778
Yxy15.60310.29050.1469
Hunter Lab39.500870.3188-62.0750
CIE-Lab46.449474.4697-56.0944

#b525ce color RGB value is (181,37,206).

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

The process color (four color CMYK) of #b525ce color hex is 0.12, 0.82, 0.00, 0.19. Web safe color of #b525ce is #cc33cc. Color #b525ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 11001110
Octal 265 45 316
Decimal 181 37 206
Hex B5 25 CE

RGB Percentages of Color #b525ce

%42.69
%8.73
%48.58

CMYK Percentages of Color #b525ce

%12
%82
%0
%19

Triadic Colors of #b525ce

#b525ce #ceb525 #25ceb5

Analogous Colors of #b525ce

#b525ce #ce2593 #6025ce

Monochromatic Colors of #b525ce

#b525ce

Complementary Color

#b525ce #3ece25

#b525ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b525ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b525ce Color CSS Codes

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

#b525ce Text Font Color

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

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


#b525ce Background Color

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

This div background color is #b525ce


#b525ce Border Color

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

This div border color is #b525ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b525ce


Comments

No comments written yet.

Please login to write comment.