Color Hex Logo

#b539dc Color Hex

#B539DC
(181,57,220)
0 Favorites   0 Comments

Color spaces of #b539dc

RGB 18157220
HSL0.790.700.54
HSV286°74°86°
CMYK 0.180.740.00   0.14
XYZ33.437517.917369.4062
Yxy17.91730.27690.1484
Hunter Lab42.328866.9299-67.5871
CIE-Lab49.395671.0900-59.3734

#b539dc color RGB value is (181,57,220).

#b539dc hex color red value is 181, green value is 57 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b539dc hue: 0.79 , saturation: 0.70 and the lightness value of b539dc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 11011100
Octal 265 71 334
Decimal 181 57 220
Hex B5 39 DC

RGB Percentages of Color #b539dc

%39.52
%12.45
%48.03

CMYK Percentages of Color #b539dc

%18
%74
%0
%14

Triadic Colors of #b539dc

#b539dc #dcb539 #39dcb5

Analogous Colors of #b539dc

#b539dc #dc39b2 #6439dc

Monochromatic Colors of #b539dc

#b539dc

Complementary Color

#b539dc #60dc39

#b539dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b539dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b539dc Color CSS Codes

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

#b539dc Text Font Color

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

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


#b539dc Background Color

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

This div background color is #b539dc


#b539dc Border Color

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

This div border color is #b539dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b539dc


Comments

No comments written yet.

Please login to write comment.