Color Hex Logo

#5802da Color Hex

#5802DA
(88,2,218)
0 Favorites   0 Comments

Color spaces of #5802da

RGB 882218
HSL0.730.980.43
HSV264°99°85°
CMYK 0.600.990.00   0.15
XYZ16.70117.180166.8353
Yxy7.18010.18410.0791
Hunter Lab26.795764.3621-129.1273
CIE-Lab32.213472.2356-86.8458

#5802da color RGB value is (88,2,218).

#5802da hex color red value is 88, green value is 2 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5802da hue: 0.73 , saturation: 0.98 and the lightness value of 5802da is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000010 11011010
Octal 130 2 332
Decimal 88 2 218
Hex 58 2 DA

RGB Percentages of Color #5802da

%28.57
%0.65
%70.78

CMYK Percentages of Color #5802da

%60
%99
%0
%15

Triadic Colors of #5802da

#5802da #da5802 #02da58

Analogous Colors of #5802da

#5802da #c402da #0218da

Monochromatic Colors of #5802da

#5802da

Complementary Color

#5802da #84da02

#5802da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5802da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5802da Color CSS Codes

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

#5802da Text Font Color

<p style="color:#5802da">Text here</p>

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


#5802da Background Color

<div style="background-color:#5802da">
Div content here</div>

This div background color is #5802da


#5802da Border Color

<div style="border:3px solid #5802da">
Div here</div>

This div border color is #5802da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5802da


Comments

No comments written yet.

Please login to write comment.