Color Hex Logo

#5735be Color Hex

#5735BE
(87,53,190)
0 Favorites   0 Comments

Color spaces of #5735be

RGB 8753190
HSL0.710.560.48
HSV255°72°75°
CMYK 0.540.720.00   0.25
XYZ14.49788.290149.5512
Yxy8.29010.20040.1146
Hunter Lab28.792539.4925-81.8818
CIE-Lab34.579949.1349-66.6305

#5735be color RGB value is (87,53,190).

#5735be hex color red value is 87, green value is 53 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5735be hue: 0.71 , saturation: 0.56 and the lightness value of 5735be is 0.48.

The process color (four color CMYK) of #5735be color hex is 0.54, 0.72, 0.00, 0.25. Web safe color of #5735be is #6633cc. Color #5735be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110101 10111110
Octal 127 65 276
Decimal 87 53 190
Hex 57 35 BE

RGB Percentages of Color #5735be

%26.36
%16.06
%57.58

CMYK Percentages of Color #5735be

%54
%72
%0
%25

Triadic Colors of #5735be

#5735be #be5735 #35be57

Analogous Colors of #5735be

#5735be #9c35be #3557be

Monochromatic Colors of #5735be

#5735be

Complementary Color

#5735be #9cbe35

#5735be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5735be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5735be Color CSS Codes

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

#5735be Text Font Color

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

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


#5735be Background Color

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

This div background color is #5735be


#5735be Border Color

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

This div border color is #5735be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,53,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5735be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5735be;
  -webkit-box-shadow: 1px 1px 3px 2px #5735be;
  box-shadow:         1px 1px 3px 2px #5735be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5735be


Comments

No comments written yet.

Please login to write comment.