Color Hex Logo

#b525dc Color Hex

#B525DC
(181,37,220)
0 Favorites   0 Comments

Color spaces of #b525dc

RGB 18137220
HSL0.800.720.50
HSV287°83°86°
CMYK 0.180.830.00   0.14
XYZ32.635916.314269.1390
Yxy16.31420.27640.1382
Hunter Lab40.390873.5445-73.2160
CIE-Lab47.384076.9173-62.6205

#b525dc color RGB value is (181,37,220).

#b525dc hex color red value is 181, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b525dc hue: 0.80 , saturation: 0.72 and the lightness value of b525dc is 0.50.

The process color (four color CMYK) of #b525dc color hex is 0.18, 0.83, 0.00, 0.14. Web safe color of #b525dc is #cc33cc. Color #b525dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 11011100
Octal 265 45 334
Decimal 181 37 220
Hex B5 25 DC

RGB Percentages of Color #b525dc

%41.32
%8.45
%50.23

CMYK Percentages of Color #b525dc

%18
%83
%0
%14

Triadic Colors of #b525dc

#b525dc #dcb525 #25dcb5

Analogous Colors of #b525dc

#b525dc #dc25a8 #5a25dc

Monochromatic Colors of #b525dc

#b525dc

Complementary Color

#b525dc #4cdc25

#b525dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b525dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b525dc Color CSS Codes

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

#b525dc Text Font Color

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

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


#b525dc Background Color

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

This div background color is #b525dc


#b525dc Border Color

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

This div border color is #b525dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b525dc


Comments

No comments written yet.

Please login to write comment.