Color Hex Logo

#5736ba Color Hex

#5736BA
(87,54,186)
0 Favorites   0 Comments

Color spaces of #5736ba

RGB 8754186
HSL0.710.550.47
HSV255°71°73°
CMYK 0.530.710.00   0.27
XYZ14.11268.209747.2952
Yxy8.20970.20270.1179
Hunter Lab28.652637.7768-77.8099
CIE-Lab34.415847.4547-64.5423

#5736ba color RGB value is (87,54,186).

#5736ba hex color red value is 87, green value is 54 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5736ba hue: 0.71 , saturation: 0.55 and the lightness value of 5736ba is 0.47.

The process color (four color CMYK) of #5736ba color hex is 0.53, 0.71, 0.00, 0.27. Web safe color of #5736ba is #6633cc. Color #5736ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110110 10111010
Octal 127 66 272
Decimal 87 54 186
Hex 57 36 BA

RGB Percentages of Color #5736ba

%26.61
%16.51
%56.88

CMYK Percentages of Color #5736ba

%53
%71
%0
%27

Triadic Colors of #5736ba

#5736ba #ba5736 #36ba57

Analogous Colors of #5736ba

#5736ba #9936ba #3657ba

Monochromatic Colors of #5736ba

#5736ba

Complementary Color

#5736ba #99ba36

#5736ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5736ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5736ba Color CSS Codes

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

#5736ba Text Font Color

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

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


#5736ba Background Color

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

This div background color is #5736ba


#5736ba Border Color

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

This div border color is #5736ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,54,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5736ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5736ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5736ba;
  box-shadow:         1px 1px 3px 2px #5736ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,54,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5736ba


Comments

No comments written yet.

Please login to write comment.