Color Hex Logo

#5858ce Color Hex

#5858CE
(88,88,206)
0 Favorites   0 Comments

Color spaces of #5858ce

RGB 8888206
HSL0.670.550.58
HSV240°57°81°
CMYK 0.570.570.00   0.19
XYZ18.654813.510460.0171
Yxy13.51040.20240.1466
Hunter Lab36.756526.2691-71.0809
CIE-Lab43.522434.0100-61.3592

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

#5858ce hex color red value is 88, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5858ce hue: 0.67 , saturation: 0.55 and the lightness value of 5858ce is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 11001110
Octal 130 130 316
Decimal 88 88 206
Hex 58 58 CE

RGB Percentages of Color #5858ce

%23.04
%23.04
%53.93

CMYK Percentages of Color #5858ce

%57
%57
%0
%19

Triadic Colors of #5858ce

#5858ce #ce5858 #58ce58

Analogous Colors of #5858ce

#5858ce #9358ce #5893ce

Monochromatic Colors of #5858ce

#5858ce

Complementary Color

#5858ce #cece58

#5858ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5858ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5858ce Color CSS Codes

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

#5858ce Text Font Color

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

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


#5858ce Background Color

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

This div background color is #5858ce


#5858ce Border Color

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

This div border color is #5858ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5858ce


Comments

No comments written yet.

Please login to write comment.