Color Hex Logo

#5846ee Color Hex

#5846EE
(88,70,238)
0 Favorites   0 Comments

Color spaces of #5846ee

RGB 8870238
HSL0.680.830.60
HSV246°71°93°
CMYK 0.630.710.00   0.07
XYZ21.647312.628182.1854
Yxy12.62810.18590.1084
Hunter Lab35.536046.5478-112.2468
CIE-Lab42.197554.4946-81.7588

#5846ee color RGB value is (88,70,238).

#5846ee hex color red value is 88, green value is 70 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5846ee hue: 0.68 , saturation: 0.83 and the lightness value of 5846ee is 0.60.

The process color (four color CMYK) of #5846ee color hex is 0.63, 0.71, 0.00, 0.07. Web safe color of #5846ee is #6633ff. Color #5846ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000110 11101110
Octal 130 106 356
Decimal 88 70 238
Hex 58 46 EE

RGB Percentages of Color #5846ee

%22.22
%17.68
%60.10

CMYK Percentages of Color #5846ee

%63
%71
%0
%7

Triadic Colors of #5846ee

#5846ee #ee5846 #46ee58

Analogous Colors of #5846ee

#5846ee #ac46ee #4688ee

Monochromatic Colors of #5846ee

#5846ee

Complementary Color

#5846ee #dcee46

#5846ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5846ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5846ee Color CSS Codes

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

#5846ee Text Font Color

<p style="color:#5846ee">Text here</p>

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


#5846ee Background Color

<div style="background-color:#5846ee">
Div content here</div>

This div background color is #5846ee


#5846ee Border Color

<div style="border:3px solid #5846ee">
Div here</div>

This div border color is #5846ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,70,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5846ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5846ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5846ee;
  box-shadow:         1px 1px 3px 2px #5846ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5846ee


Comments

No comments written yet.

Please login to write comment.