Color Hex Logo

#5839dd Color Hex

#5839DD
(88,57,221)
0 Favorites   0 Comments

Color spaces of #5839dd

RGB 8857221
HSL0.700.710.55
HSV251°74°87°
CMYK 0.600.740.00   0.13
XYZ18.538810.221469.4024
Yxy10.22140.18890.1041
Hunter Lab31.970947.5567-106.3269
CIE-Lab38.236956.1890-78.6095

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

#5839dd hex color red value is 88, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5839dd hue: 0.70 , saturation: 0.71 and the lightness value of 5839dd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111001 11011101
Octal 130 71 335
Decimal 88 57 221
Hex 58 39 DD

RGB Percentages of Color #5839dd

%24.04
%15.57
%60.38

CMYK Percentages of Color #5839dd

%60
%74
%0
%13

Triadic Colors of #5839dd

#5839dd #dd5839 #39dd58

Analogous Colors of #5839dd

#5839dd #aa39dd #396cdd

Monochromatic Colors of #5839dd

#5839dd

Complementary Color

#5839dd #bedd39

#5839dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5839dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5839dd Color CSS Codes

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

#5839dd Text Font Color

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

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


#5839dd Background Color

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

This div background color is #5839dd


#5839dd Border Color

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

This div border color is #5839dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5839dd


Comments

No comments written yet.

Please login to write comment.