Color Hex Logo

#b537df Color Hex

#B537DF
(181,55,223)
0 Favorites   0 Comments

Color spaces of #b537df

RGB 18155223
HSL0.790.720.55
HSV285°75°87°
CMYK 0.190.750.00   0.13
XYZ33.741517.883871.4856
Yxy17.88380.27410.1453
Hunter Lab42.289268.4144-70.6212
CIE-Lab49.354972.3323-61.1458

#b537df color RGB value is (181,55,223).

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

The process color (four color CMYK) of #b537df color hex is 0.19, 0.75, 0.00, 0.13. Web safe color of #b537df is #cc33cc. Color #b537df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110111 11011111
Octal 265 67 337
Decimal 181 55 223
Hex B5 37 DF

RGB Percentages of Color #b537df

%39.43
%11.98
%48.58

CMYK Percentages of Color #b537df

%19
%75
%0
%13

Triadic Colors of #b537df

#b537df #dfb537 #37dfb5

Analogous Colors of #b537df

#b537df #df37b5 #6137df

Monochromatic Colors of #b537df

#b537df

Complementary Color

#b537df #61df37

#b537df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b537df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b537df Color CSS Codes

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

#b537df Text Font Color

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

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


#b537df Background Color

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

This div background color is #b537df


#b537df Border Color

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

This div border color is #b537df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b537df


Comments

No comments written yet.

Please login to write comment.