Color Hex Logo

#5858dd Color Hex

#5858DD
(88,88,221)
0 Favorites   0 Comments

Color spaces of #5858dd

RGB 8888221
HSL0.670.660.61
HSV240°60°87°
CMYK 0.600.600.00   0.13
XYZ20.565414.274670.0780
Yxy14.27460.19600.1361
Hunter Lab37.781731.0433-83.5245
CIE-Lab44.624238.8604-68.1536

#5858dd color RGB value is (88,88,221).

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

The process color (four color CMYK) of #5858dd color hex is 0.60, 0.60, 0.00, 0.13. Web safe color of #5858dd is #6666cc. Color #5858dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011000 11011101
Octal 130 130 335
Decimal 88 88 221
Hex 58 58 DD

RGB Percentages of Color #5858dd

%22.17
%22.17
%55.67

CMYK Percentages of Color #5858dd

%60
%60
%0
%13

Triadic Colors of #5858dd

#5858dd #dd5858 #58dd58

Analogous Colors of #5858dd

#5858dd #9b58dd #589bdd

Monochromatic Colors of #5858dd

#5858dd

Complementary Color

#5858dd #dddd58

#5858dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5858dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5858dd Color CSS Codes

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

#5858dd Text Font Color

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

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


#5858dd Background Color

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

This div background color is #5858dd


#5858dd Border Color

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

This div border color is #5858dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5858dd


Comments

No comments written yet.

Please login to write comment.