Color Hex Logo

#582ecb Color Hex

#582ECB
(88,46,203)
0 Favorites   0 Comments

Color spaces of #582ecb

RGB 8846203
HSL0.710.630.49
HSV256°77°80°
CMYK 0.570.770.00   0.20
XYZ15.78108.340557.2780
Yxy8.34050.19390.1025
Hunter Lab28.879946.9988-97.3748
CIE-Lab34.682256.3541-74.0674

#582ecb color RGB value is (88,46,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101110 11001011
Octal 130 56 313
Decimal 88 46 203
Hex 58 2E CB

RGB Percentages of Color #582ecb

%26.11
%13.65
%60.24

CMYK Percentages of Color #582ecb

%57
%77
%0
%20

Triadic Colors of #582ecb

#582ecb #cb582e #2ecb58

Analogous Colors of #582ecb

#582ecb #a72ecb #2e53cb

Monochromatic Colors of #582ecb

#582ecb

Complementary Color

#582ecb #a1cb2e

#582ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#582ecb Color CSS Codes

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

#582ecb Text Font Color

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

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


#582ecb Background Color

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

This div background color is #582ecb


#582ecb Border Color

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

This div border color is #582ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582ecb


Comments

No comments written yet.

Please login to write comment.