Color Hex Logo

#5810dd Color Hex

#5810DD
(88,16,221)
0 Favorites   0 Comments

Color spaces of #5810dd

RGB 8816221
HSL0.730.860.46
HSV261°93°87°
CMYK 0.600.930.00   0.13
XYZ17.26097.665768.9765
Yxy7.66570.18380.0816
Hunter Lab27.687062.8300-128.3280
CIE-Lab33.276770.7471-86.8087

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

#5810dd hex color red value is 88, green value is 16 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5810dd hue: 0.73 , saturation: 0.86 and the lightness value of 5810dd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010000 11011101
Octal 130 20 335
Decimal 88 16 221
Hex 58 10 DD

RGB Percentages of Color #5810dd

%27.08
%4.92
%68.00

CMYK Percentages of Color #5810dd

%60
%93
%0
%13

Triadic Colors of #5810dd

#5810dd #dd5810 #10dd58

Analogous Colors of #5810dd

#5810dd #bf10dd #102fdd

Monochromatic Colors of #5810dd

#5810dd

Complementary Color

#5810dd #95dd10

#5810dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5810dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5810dd Color CSS Codes

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

#5810dd Text Font Color

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

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


#5810dd Background Color

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

This div background color is #5810dd


#5810dd Border Color

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

This div border color is #5810dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5810dd


Comments

No comments written yet.

Please login to write comment.