Color Hex Logo

#5840fc Color Hex

#5840FC
(88,64,252)
0 Favorites   0 Comments

Color spaces of #5840fc

RGB 8864252
HSL0.690.970.62
HSV248°75°99°
CMYK 0.650.750.00   0.01
XYZ23.428612.769893.3255
Yxy12.76980.18090.0986
Hunter Lab35.734954.4927-129.8279
CIE-Lab42.414361.7154-89.2666

#5840fc color RGB value is (88,64,252).

#5840fc hex color red value is 88, green value is 64 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5840fc hue: 0.69 , saturation: 0.97 and the lightness value of 5840fc is 0.62.

The process color (four color CMYK) of #5840fc color hex is 0.65, 0.75, 0.00, 0.01. Web safe color of #5840fc is #6633ff. Color #5840fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 11111100
Octal 130 100 374
Decimal 88 64 252
Hex 58 40 FC

RGB Percentages of Color #5840fc

%21.78
%15.84
%62.38

CMYK Percentages of Color #5840fc

%65
%75
%0
%1

Triadic Colors of #5840fc

#5840fc #fc5840 #40fc58

Analogous Colors of #5840fc

#5840fc #b640fc #4086fc

Monochromatic Colors of #5840fc

#5840fc

Complementary Color

#5840fc #e4fc40

#5840fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5840fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5840fc Color CSS Codes

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

#5840fc Text Font Color

<p style="color:#5840fc">Text here</p>

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


#5840fc Background Color

<div style="background-color:#5840fc">
Div content here</div>

This div background color is #5840fc


#5840fc Border Color

<div style="border:3px solid #5840fc">
Div here</div>

This div border color is #5840fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,64,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5840fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5840fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5840fc;
  box-shadow:         1px 1px 3px 2px #5840fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5840fc

Related Colors


Comments

No comments written yet.

Please login to write comment.