color codes Logo

#b537d0 color codes

#B537D0
(181,55,208)
0 Favorites   0 Comments

Color spaces of #b537d0

RGB 18155208
HSL0.800.620.52
HSV289°74°82°
CMYK 0.130.740.00   0.18
XYZ31.807417.110261.3007
Yxy17.11020.28860.1552
Hunter Lab41.364564.8705-58.9106
CIE-Lab48.398669.5561-54.1128

#b537d0 color RGB value is (181,55,208).

#b537d0 hex color red value is 181, green value is 55 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #b537d0 hue: 0.80 , saturation: 0.62 and the lightness value of b537d0 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110111 11010000
Octal 265 67 320
Decimal 181 55 208
Hex B5 37 D0

RGB Percentages of Color #b537d0

%40.77
%12.39
%46.85

CMYK Percentages of Color #b537d0

%13
%74
%0
%18

Triadic Colors of #b537d0

#b537d0 #d0b537 #37d0b5

Analogous Colors of #b537d0

#b537d0 #d0379f #6937d0

Monochromatic Colors of #b537d0

#b537d0

Complementary Color

#b537d0 #52d037

#b537d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b537d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b537d0 Color CSS Codes

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

#b537d0 Text Font Color

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

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


#b537d0 Background Color

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

This div background color is #b537d0


#b537d0 Border Color

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

This div border color is #b537d0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b537d0


Comments

No comments written yet.

Please login to write comment.