Color Hex Logo

#5862cf Color Hex

#5862CF
(88,98,207)
0 Favorites   0 Comments

Color spaces of #5862cf

RGB 8898207
HSL0.650.550.58
HSV235°57°81°
CMYK 0.570.530.00   0.19
XYZ19.654715.315160.9517
Yxy15.31510.20490.1597
Hunter Lab39.134521.1635-64.9496
CIE-Lab46.062828.1617-57.8261

#5862cf color RGB value is (88,98,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100010 11001111
Octal 130 142 317
Decimal 88 98 207
Hex 58 62 CF

RGB Percentages of Color #5862cf

%22.39
%24.94
%52.67

CMYK Percentages of Color #5862cf

%57
%53
%0
%19

Triadic Colors of #5862cf

#5862cf #cf5862 #62cf58

Analogous Colors of #5862cf

#5862cf #8a58cf #589ecf

Monochromatic Colors of #5862cf

#5862cf

Complementary Color

#5862cf #cfc558

#5862cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5862cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5862cf Color CSS Codes

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

#5862cf Text Font Color

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

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


#5862cf Background Color

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

This div background color is #5862cf


#5862cf Border Color

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

This div border color is #5862cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5862cf


Comments

No comments written yet.

Please login to write comment.