Color Hex Logo

#5853ec Color Hex

#5853EC
(88,83,236)
0 Favorites   0 Comments

Color spaces of #5853ec

RGB 8883236
HSL0.670.800.63
HSV242°65°93°
CMYK 0.630.650.00   0.07
XYZ22.258114.317380.9473
Yxy14.31730.18940.1218
Hunter Lab37.838238.7847-100.3524
CIE-Lab44.684646.6195-76.5516

#5853ec color RGB value is (88,83,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010011 11101100
Octal 130 123 354
Decimal 88 83 236
Hex 58 53 EC

RGB Percentages of Color #5853ec

%21.62
%20.39
%57.99

CMYK Percentages of Color #5853ec

%63
%65
%0
%7

Triadic Colors of #5853ec

#5853ec #ec5853 #53ec58

Analogous Colors of #5853ec

#5853ec #a553ec #539bec

Monochromatic Colors of #5853ec

#5853ec

Complementary Color

#5853ec #e7ec53

#5853ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5853ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5853ec Color CSS Codes

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

#5853ec Text Font Color

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

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


#5853ec Background Color

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

This div background color is #5853ec


#5853ec Border Color

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

This div border color is #5853ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5853ec


Comments

No comments written yet.

Please login to write comment.