Color Hex Logo

#5803dc Color Hex

#5803DC
(88,3,220)
0 Favorites   0 Comments

Color spaces of #5803dc

RGB 883220
HSL0.730.970.44
HSV264°99°86°
CMYK 0.600.990.00   0.14
XYZ16.97537.307168.2259
Yxy7.30710.18350.0790
Hunter Lab27.031664.7888-130.7215
CIE-Lab32.496072.5418-87.5294

#5803dc color RGB value is (88,3,220).

#5803dc hex color red value is 88, green value is 3 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5803dc hue: 0.73 , saturation: 0.97 and the lightness value of 5803dc is 0.44.

The process color (four color CMYK) of #5803dc color hex is 0.60, 0.99, 0.00, 0.14. Web safe color of #5803dc is #6600cc. Color #5803dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000011 11011100
Octal 130 3 334
Decimal 88 3 220
Hex 58 3 DC

RGB Percentages of Color #5803dc

%28.30
%0.96
%70.74

CMYK Percentages of Color #5803dc

%60
%99
%0
%14

Triadic Colors of #5803dc

#5803dc #dc5803 #03dc58

Analogous Colors of #5803dc

#5803dc #c503dc #031adc

Monochromatic Colors of #5803dc

#5803dc

Complementary Color

#5803dc #87dc03

#5803dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5803dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5803dc Color CSS Codes

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

#5803dc Text Font Color

<p style="color:#5803dc">Text here</p>

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


#5803dc Background Color

<div style="background-color:#5803dc">
Div content here</div>

This div background color is #5803dc


#5803dc Border Color

<div style="border:3px solid #5803dc">
Div here</div>

This div border color is #5803dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5803dc


Comments

No comments written yet.

Please login to write comment.