Color Hex Logo

#5893ea Color Hex

#5893EA
(88,147,234)
0 Favorites   0 Comments

Color spaces of #5893ea

RGB 88147234
HSL0.600.780.63
HSV216°62°92°
CMYK 0.620.370.00   0.08
XYZ29.309528.882781.8720
Yxy28.88270.20930.2062
Hunter Lab53.74263.2986-52.7031
CIE-Lab60.67807.2918-49.6641

#5893ea color RGB value is (88,147,234).

#5893ea hex color red value is 88, green value is 147 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5893ea hue: 0.60 , saturation: 0.78 and the lightness value of 5893ea is 0.63.

The process color (four color CMYK) of #5893ea color hex is 0.62, 0.37, 0.00, 0.08. Web safe color of #5893ea is #6699ff. Color #5893ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010011 11101010
Octal 130 223 352
Decimal 88 147 234
Hex 58 93 EA

RGB Percentages of Color #5893ea

%18.76
%31.34
%49.89

CMYK Percentages of Color #5893ea

%62
%37
%0
%8

Triadic Colors of #5893ea

#5893ea #ea5893 #93ea58

Analogous Colors of #5893ea

#5893ea #6658ea #58dcea

Monochromatic Colors of #5893ea

#5893ea

Complementary Color

#5893ea #eaaf58

#5893ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5893ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5893ea Color CSS Codes

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

#5893ea Text Font Color

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

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


#5893ea Background Color

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

This div background color is #5893ea


#5893ea Border Color

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

This div border color is #5893ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,147,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5893ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5893ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5893ea;
  box-shadow:         1px 1px 3px 2px #5893ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,147,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5893ea


Comments

No comments written yet.

Please login to write comment.