Color Hex Logo

#5862ce Color Hex

#5862CE
(88,98,206)
0 Favorites   0 Comments

Color spaces of #5862ce

RGB 8898206
HSL0.650.550.58
HSV235°57°81°
CMYK 0.570.520.00   0.19
XYZ19.532815.266360.3097
Yxy15.26630.20540.1605
Hunter Lab39.072120.8589-64.1665
CIE-Lab45.996827.8336-57.3591

#5862ce color RGB value is (88,98,206).

#5862ce hex color red value is 88, green value is 98 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5862ce hue: 0.65 , saturation: 0.55 and the lightness value of 5862ce is 0.58.

The process color (four color CMYK) of #5862ce color hex is 0.57, 0.52, 0.00, 0.19. Web safe color of #5862ce is #6666cc. Color #5862ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100010 11001110
Octal 130 142 316
Decimal 88 98 206
Hex 58 62 CE

RGB Percentages of Color #5862ce

%22.45
%25.00
%52.55

CMYK Percentages of Color #5862ce

%57
%52
%0
%19

Triadic Colors of #5862ce

#5862ce #ce5862 #62ce58

Analogous Colors of #5862ce

#5862ce #8958ce #589dce

Monochromatic Colors of #5862ce

#5862ce

Complementary Color

#5862ce #cec458

#5862ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5862ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5862ce Color CSS Codes

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

#5862ce Text Font Color

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

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


#5862ce Background Color

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

This div background color is #5862ce


#5862ce Border Color

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

This div border color is #5862ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5862ce

#5862ce Color Palettes


Comments

No comments written yet.

Please login to write comment.