Color Hex Logo

#b539dd Color Hex

#B539DD
(181,57,221)
0 Favorites   0 Comments

Color spaces of #b539dd

RGB 18157221
HSL0.790.710.55
HSV285°74°87°
CMYK 0.180.740.00   0.13
XYZ33.570317.970570.1059
Yxy17.97050.27600.1477
Hunter Lab42.391667.1704-68.3777
CIE-Lab49.460371.2780-59.8384

#b539dd color RGB value is (181,57,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111001 11011101
Octal 265 71 335
Decimal 181 57 221
Hex B5 39 DD

RGB Percentages of Color #b539dd

%39.43
%12.42
%48.15

CMYK Percentages of Color #b539dd

%18
%74
%0
%13

Triadic Colors of #b539dd

#b539dd #ddb539 #39ddb5

Analogous Colors of #b539dd

#b539dd #dd39b3 #6339dd

Monochromatic Colors of #b539dd

#b539dd

Complementary Color

#b539dd #61dd39

#b539dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b539dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b539dd Color CSS Codes

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

#b539dd Text Font Color

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

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


#b539dd Background Color

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

This div background color is #b539dd


#b539dd Border Color

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

This div border color is #b539dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b539dd


Comments

No comments written yet.

Please login to write comment.