Color Hex Logo

#582690 Color Hex

#582690
(88,38,144)
0 Favorites   0 Comments

Color spaces of #582690

RGB 8838144
HSL0.750.580.36
HSV268°74°56°
CMYK 0.390.740.00   0.44
XYZ9.75175.474626.9283
Yxy5.47460.23130.1299
Hunter Lab23.397933.4485-51.8576
CIE-Lab28.046244.2182-49.5975

#582690 color RGB value is (88,38,144).

#582690 hex color red value is 88, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #582690 hue: 0.75 , saturation: 0.58 and the lightness value of 582690 is 0.36.

The process color (four color CMYK) of #582690 color hex is 0.39, 0.74, 0.00, 0.44. Web safe color of #582690 is #663399. Color #582690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100110 10010000
Octal 130 46 220
Decimal 88 38 144
Hex 58 26 90

RGB Percentages of Color #582690

%32.59
%14.07
%53.33

CMYK Percentages of Color #582690

%39
%74
%0
%44

Triadic Colors of #582690

#582690 #905826 #269058

Analogous Colors of #582690

#582690 #8d2690 #262990

Monochromatic Colors of #582690

#582690

Complementary Color

#582690 #5e9026

#582690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582690 Color CSS Codes

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

#582690 Text Font Color

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

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


#582690 Background Color

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

This div background color is #582690


#582690 Border Color

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

This div border color is #582690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582690


Comments

No comments written yet.

Please login to write comment.