Color Hex Logo

#b539cd Color Hex

#B539CD
(181,57,205)
0 Favorites   0 Comments

Color spaces of #b539cd

RGB 18157205
HSL0.810.600.51
HSV290°72°80°
CMYK 0.120.720.00   0.20
XYZ31.538617.157859.4071
Yxy17.15780.29170.1587
Hunter Lab41.422063.4210-56.0379
CIE-Lab48.458368.3183-52.2917

#b539cd color RGB value is (181,57,205).

#b539cd hex color red value is 181, green value is 57 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b539cd hue: 0.81 , saturation: 0.60 and the lightness value of b539cd is 0.51.

The process color (four color CMYK) of #b539cd color hex is 0.12, 0.72, 0.00, 0.20. Web safe color of #b539cd is #cc33cc. Color #b539cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 11001101
Octal 265 71 315
Decimal 181 57 205
Hex B5 39 CD

RGB Percentages of Color #b539cd

%40.86
%12.87
%46.28

CMYK Percentages of Color #b539cd

%12
%72
%0
%20

Triadic Colors of #b539cd

#b539cd #cdb539 #39cdb5

Analogous Colors of #b539cd

#b539cd #cd399b #6b39cd

Monochromatic Colors of #b539cd

#b539cd

Complementary Color

#b539cd #51cd39

#b539cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b539cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b539cd Color CSS Codes

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

#b539cd Text Font Color

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

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


#b539cd Background Color

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

This div background color is #b539cd


#b539cd Border Color

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

This div border color is #b539cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b539cd


Comments

No comments written yet.

Please login to write comment.