Color Hex Logo

#5875ec Color Hex

#5875EC
(88,117,236)
0 Favorites   0 Comments

Color spaces of #5875ec

RGB 88117236
HSL0.630.800.64
HSV228°63°93°
CMYK 0.630.500.00   0.07
XYZ25.526120.853482.0366
Yxy20.85340.19880.1624
Hunter Lab45.665519.8632-74.5467
CIE-Lab52.788726.0879-63.3881

#5875ec color RGB value is (88,117,236).

#5875ec hex color red value is 88, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5875ec hue: 0.63 , saturation: 0.80 and the lightness value of 5875ec is 0.64.

The process color (four color CMYK) of #5875ec color hex is 0.63, 0.50, 0.00, 0.07. Web safe color of #5875ec is #6666ff. Color #5875ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110101 11101100
Octal 130 165 354
Decimal 88 117 236
Hex 58 75 EC

RGB Percentages of Color #5875ec

%19.95
%26.53
%53.51

CMYK Percentages of Color #5875ec

%63
%50
%0
%7

Triadic Colors of #5875ec

#5875ec #ec5875 #75ec58

Analogous Colors of #5875ec

#5875ec #8558ec #58bfec

Monochromatic Colors of #5875ec

#5875ec

Complementary Color

#5875ec #eccf58

#5875ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5875ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5875ec Color CSS Codes

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

#5875ec Text Font Color

<p style="color:#5875ec">Text here</p>

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


#5875ec Background Color

<div style="background-color:#5875ec">
Div content here</div>

This div background color is #5875ec


#5875ec Border Color

<div style="border:3px solid #5875ec">
Div here</div>

This div border color is #5875ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,117,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5875ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5875ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5875ec;
  box-shadow:         1px 1px 3px 2px #5875ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5875ec


Comments

No comments written yet.

Please login to write comment.