Color Hex Logo

#582fcc Color Hex

#582FCC
(88,47,204)
0 Favorites   0 Comments

Color spaces of #582fcc

RGB 8847204
HSL0.710.630.49
HSV256°77°80°
CMYK 0.570.770.00   0.20
XYZ15.94018.467457.9210
Yxy8.46740.19360.1028
Hunter Lab29.098846.8580-97.6473
CIE-Lab34.937956.1722-74.2283

#582fcc color RGB value is (88,47,204).

#582fcc hex color red value is 88, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #582fcc hue: 0.71 , saturation: 0.63 and the lightness value of 582fcc is 0.49.

The process color (four color CMYK) of #582fcc color hex is 0.57, 0.77, 0.00, 0.20. Web safe color of #582fcc is #6633cc. Color #582fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101111 11001100
Octal 130 57 314
Decimal 88 47 204
Hex 58 2F CC

RGB Percentages of Color #582fcc

%25.96
%13.86
%60.18

CMYK Percentages of Color #582fcc

%57
%77
%0
%20

Triadic Colors of #582fcc

#582fcc #cc582f #2fcc58

Analogous Colors of #582fcc

#582fcc #a72fcc #2f54cc

Monochromatic Colors of #582fcc

#582fcc

Complementary Color

#582fcc #a3cc2f

#582fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#582fcc Color CSS Codes

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

#582fcc Text Font Color

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

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


#582fcc Background Color

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

This div background color is #582fcc


#582fcc Border Color

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

This div border color is #582fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582fcc


Comments

No comments written yet.

Please login to write comment.