Color Hex Logo

#5737cd Color Hex

#5737CD
(87,55,205)
0 Favorites   0 Comments

Color spaces of #5737cd

RGB 8755205
HSL0.700.600.51
HSV253°73°80°
CMYK 0.580.730.00   0.20
XYZ16.31619.166458.6669
Yxy9.16640.19390.1089
Hunter Lab30.276143.2125-93.6949
CIE-Lab36.302752.4407-72.5679

#5737cd color RGB value is (87,55,205).

#5737cd hex color red value is 87, green value is 55 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5737cd hue: 0.70 , saturation: 0.60 and the lightness value of 5737cd is 0.51.

The process color (four color CMYK) of #5737cd color hex is 0.58, 0.73, 0.00, 0.20. Web safe color of #5737cd is #6633cc. Color #5737cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110111 11001101
Octal 127 67 315
Decimal 87 55 205
Hex 57 37 CD

RGB Percentages of Color #5737cd

%25.07
%15.85
%59.08

CMYK Percentages of Color #5737cd

%58
%73
%0
%20

Triadic Colors of #5737cd

#5737cd #cd5737 #37cd57

Analogous Colors of #5737cd

#5737cd #a237cd #3762cd

Monochromatic Colors of #5737cd

#5737cd

Complementary Color

#5737cd #adcd37

#5737cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5737cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5737cd Color CSS Codes

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

#5737cd Text Font Color

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

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


#5737cd Background Color

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

This div background color is #5737cd


#5737cd Border Color

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

This div border color is #5737cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,55,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5737cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5737cd;
  -webkit-box-shadow: 1px 1px 3px 2px #5737cd;
  box-shadow:         1px 1px 3px 2px #5737cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5737cd


Comments

No comments written yet.

Please login to write comment.