Color Hex Logo

#5874de Color Hex

#5874DE
(88,116,222)
0 Favorites   0 Comments

Color spaces of #5874de

RGB 88116222
HSL0.630.670.61
HSV227°60°87°
CMYK 0.600.480.00   0.13
XYZ23.454719.839471.7004
Yxy19.83940.20400.1725
Hunter Lab44.541416.0473-64.2628
CIE-Lab51.655122.0006-57.3537

#5874de color RGB value is (88,116,222).

#5874de hex color red value is 88, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5874de hue: 0.63 , saturation: 0.67 and the lightness value of 5874de is 0.61.

The process color (four color CMYK) of #5874de color hex is 0.60, 0.48, 0.00, 0.13. Web safe color of #5874de is #6666cc. Color #5874de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110100 11011110
Octal 130 164 336
Decimal 88 116 222
Hex 58 74 DE

RGB Percentages of Color #5874de

%20.66
%27.23
%52.11

CMYK Percentages of Color #5874de

%60
%48
%0
%13

Triadic Colors of #5874de

#5874de #de5874 #74de58

Analogous Colors of #5874de

#5874de #7f58de #58b7de

Monochromatic Colors of #5874de

#5874de

Complementary Color

#5874de #dec258

#5874de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5874de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5874de Color CSS Codes

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

#5874de Text Font Color

<p style="color:#5874de">Text here</p>

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


#5874de Background Color

<div style="background-color:#5874de">
Div content here</div>

This div background color is #5874de


#5874de Border Color

<div style="border:3px solid #5874de">
Div here</div>

This div border color is #5874de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,116,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5874de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5874de;
  -webkit-box-shadow: 1px 1px 3px 2px #5874de;
  box-shadow:         1px 1px 3px 2px #5874de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5874de


Comments

No comments written yet.

Please login to write comment.