Color Hex Logo

#5792ec Color Hex

#5792EC
(87,146,236)
0 Favorites   0 Comments

Color spaces of #5792ec

RGB 87146236
HSL0.600.800.63
HSV216°63°93°
CMYK 0.630.380.00   0.07
XYZ29.349728.640183.3381
Yxy28.64010.20770.2027
Hunter Lab53.51644.2399-54.8674
CIE-Lab60.46278.3741-51.1145

#5792ec color RGB value is (87,146,236).

#5792ec hex color red value is 87, green value is 146 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5792ec hue: 0.60 , saturation: 0.80 and the lightness value of 5792ec is 0.63.

The process color (four color CMYK) of #5792ec color hex is 0.63, 0.38, 0.00, 0.07. Web safe color of #5792ec is #6699ff. Color #5792ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010010 11101100
Octal 127 222 354
Decimal 87 146 236
Hex 57 92 EC

RGB Percentages of Color #5792ec

%18.55
%31.13
%50.32

CMYK Percentages of Color #5792ec

%63
%38
%0
%7

Triadic Colors of #5792ec

#5792ec #ec5792 #92ec57

Analogous Colors of #5792ec

#5792ec #6757ec #57ddec

Monochromatic Colors of #5792ec

#5792ec

Complementary Color

#5792ec #ecb157

#5792ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5792ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5792ec Color CSS Codes

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

#5792ec Text Font Color

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

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


#5792ec Background Color

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

This div background color is #5792ec


#5792ec Border Color

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

This div border color is #5792ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,146,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5792ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5792ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5792ec;
  box-shadow:         1px 1px 3px 2px #5792ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5792ec


Comments

No comments written yet.

Please login to write comment.