Color Hex Logo

#582cdd Color Hex

#582CDD
(88,44,221)
0 Favorites   0 Comments

Color spaces of #582cdd

RGB 8844221
HSL0.710.720.52
HSV255°80°87°
CMYK 0.600.800.00   0.13
XYZ17.97639.096569.2150
Yxy9.09650.18670.0945
Hunter Lab30.160453.6094-114.9521
CIE-Lab36.169462.1375-82.0190

#582cdd color RGB value is (88,44,221).

#582cdd hex color red value is 88, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #582cdd hue: 0.71 , saturation: 0.72 and the lightness value of 582cdd is 0.52.

The process color (four color CMYK) of #582cdd color hex is 0.60, 0.80, 0.00, 0.13. Web safe color of #582cdd is #6633cc. Color #582cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101100 11011101
Octal 130 54 335
Decimal 88 44 221
Hex 58 2C DD

RGB Percentages of Color #582cdd

%24.93
%12.46
%62.61

CMYK Percentages of Color #582cdd

%60
%80
%0
%13

Triadic Colors of #582cdd

#582cdd #dd582c #2cdd58

Analogous Colors of #582cdd

#582cdd #b12cdd #2c59dd

Monochromatic Colors of #582cdd

#582cdd

Complementary Color

#582cdd #b1dd2c

#582cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#582cdd Color CSS Codes

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

#582cdd Text Font Color

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

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


#582cdd Background Color

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

This div background color is #582cdd


#582cdd Border Color

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

This div border color is #582cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582cdd


Comments

No comments written yet.

Please login to write comment.