Color Hex Logo

#582bca Color Hex

#582BCA
(88,43,202)
0 Favorites   0 Comments

Color spaces of #582bca

RGB 8843202
HSL0.710.650.48
HSV257°79°79°
CMYK 0.560.790.00   0.21
XYZ15.54908.066756.6146
Yxy8.06670.19380.1005
Hunter Lab28.401948.0187-98.3035
CIE-Lab34.121457.4179-74.4085

#582bca color RGB value is (88,43,202).

#582bca hex color red value is 88, green value is 43 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #582bca hue: 0.71 , saturation: 0.65 and the lightness value of 582bca is 0.48.

The process color (four color CMYK) of #582bca color hex is 0.56, 0.79, 0.00, 0.21. Web safe color of #582bca is #6633cc. Color #582bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101011 11001010
Octal 130 53 312
Decimal 88 43 202
Hex 58 2B CA

RGB Percentages of Color #582bca

%26.43
%12.91
%60.66

CMYK Percentages of Color #582bca

%56
%79
%0
%21

Triadic Colors of #582bca

#582bca #ca582b #2bca58

Analogous Colors of #582bca

#582bca #a82bca #2b4dca

Monochromatic Colors of #582bca

#582bca

Complementary Color

#582bca #9dca2b

#582bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#582bca Color CSS Codes

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

#582bca Text Font Color

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

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


#582bca Background Color

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

This div background color is #582bca


#582bca Border Color

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

This div border color is #582bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582bca


Comments

No comments written yet.

Please login to write comment.