Color Hex Logo

#5862ea Color Hex

#5862EA
(88,98,234)
0 Favorites   0 Comments

Color spaces of #5862ea

RGB 8898234
HSL0.660.780.63
HSV236°62°92°
CMYK 0.620.580.00   0.08
XYZ23.243516.750679.8500
Yxy16.75060.19390.1398
Hunter Lab40.927529.7504-87.0262
CIE-Lab47.944237.0517-70.1091

#5862ea color RGB value is (88,98,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100010 11101010
Octal 130 142 352
Decimal 88 98 234
Hex 58 62 EA

RGB Percentages of Color #5862ea

%20.95
%23.33
%55.71

CMYK Percentages of Color #5862ea

%62
%58
%0
%8

Triadic Colors of #5862ea

#5862ea #ea5862 #62ea58

Analogous Colors of #5862ea

#5862ea #9758ea #58abea

Monochromatic Colors of #5862ea

#5862ea

Complementary Color

#5862ea #eae058

#5862ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5862ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5862ea Color CSS Codes

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

#5862ea Text Font Color

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

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


#5862ea Background Color

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

This div background color is #5862ea


#5862ea Border Color

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

This div border color is #5862ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,98,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 #5862ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5862ea


Comments

No comments written yet.

Please login to write comment.