Color Hex Logo

#582bc1 Color Hex

#582BC1
(88,43,193)
0 Favorites   0 Comments

Color spaces of #582bc1

RGB 8843193
HSL0.720.640.46
HSV258°78°76°
CMYK 0.540.780.00   0.24
XYZ14.51407.652751.1642
Yxy7.65270.19790.1044
Hunter Lab27.663545.2411-90.2935
CIE-Lab33.248954.9716-70.5768

#582bc1 color RGB value is (88,43,193).

#582bc1 hex color red value is 88, green value is 43 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #582bc1 hue: 0.72 , saturation: 0.64 and the lightness value of 582bc1 is 0.46.

The process color (four color CMYK) of #582bc1 color hex is 0.54, 0.78, 0.00, 0.24. Web safe color of #582bc1 is #6633cc. Color #582bc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101011 11000001
Octal 130 53 301
Decimal 88 43 193
Hex 58 2B C1

RGB Percentages of Color #582bc1

%27.16
%13.27
%59.57

CMYK Percentages of Color #582bc1

%54
%78
%0
%24

Triadic Colors of #582bc1

#582bc1 #c1582b #2bc158

Analogous Colors of #582bc1

#582bc1 #a32bc1 #2b49c1

Monochromatic Colors of #582bc1

#582bc1

Complementary Color

#582bc1 #94c12b

#582bc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582bc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582bc1 Color CSS Codes

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

#582bc1 Text Font Color

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

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


#582bc1 Background Color

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

This div background color is #582bc1


#582bc1 Border Color

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

This div border color is #582bc1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,43,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #582bc1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #582bc1;
  -webkit-box-shadow: 1px 1px 3px 2px #582bc1;
  box-shadow:         1px 1px 3px 2px #582bc1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582bc1


Comments

No comments written yet.

Please login to write comment.