Color Hex Logo

#5841ce Color Hex

#5841CE
(88,65,206)
0 Favorites   0 Comments

Color spaces of #5841ce

RGB 8865206
HSL0.690.590.53
HSV250°68°81°
CMYK 0.570.680.00   0.19
XYZ17.055410.311559.4839
Yxy10.31150.19640.1187
Hunter Lab32.111538.6116-87.3517
CIE-Lab38.395847.5541-69.7112

#5841ce color RGB value is (88,65,206).

#5841ce hex color red value is 88, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5841ce hue: 0.69 , saturation: 0.59 and the lightness value of 5841ce is 0.53.

The process color (four color CMYK) of #5841ce color hex is 0.57, 0.68, 0.00, 0.19. Web safe color of #5841ce is #6633cc. Color #5841ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000001 11001110
Octal 130 101 316
Decimal 88 65 206
Hex 58 41 CE

RGB Percentages of Color #5841ce

%24.51
%18.11
%57.38

CMYK Percentages of Color #5841ce

%57
%68
%0
%19

Triadic Colors of #5841ce

#5841ce #ce5841 #41ce58

Analogous Colors of #5841ce

#5841ce #9f41ce #4171ce

Monochromatic Colors of #5841ce

#5841ce

Complementary Color

#5841ce #b7ce41

#5841ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5841ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5841ce Color CSS Codes

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

#5841ce Text Font Color

<p style="color:#5841ce">Text here</p>

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


#5841ce Background Color

<div style="background-color:#5841ce">
Div content here</div>

This div background color is #5841ce


#5841ce Border Color

<div style="border:3px solid #5841ce">
Div here</div>

This div border color is #5841ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,65,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5841ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5841ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5841ce;
  box-shadow:         1px 1px 3px 2px #5841ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5841ce


Comments

No comments written yet.

Please login to write comment.