Color Hex Logo

#582bfc Color Hex

#582BFC
(88,43,252)
0 Favorites   0 Comments

Color spaces of #582bfc

RGB 8843252
HSL0.700.970.58
HSV253°83°99°
CMYK 0.650.830.00   0.01
XYZ22.459110.830793.0023
Yxy10.83070.17780.0858
Hunter Lab32.910064.2229-144.5139
CIE-Lab39.293970.7803-94.4272

#582bfc color RGB value is (88,43,252).

#582bfc hex color red value is 88, green value is 43 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #582bfc hue: 0.70 , saturation: 0.97 and the lightness value of 582bfc is 0.58.

The process color (four color CMYK) of #582bfc color hex is 0.65, 0.83, 0.00, 0.01. Web safe color of #582bfc is #6633ff. Color #582bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00101011 11111100
Octal 130 53 374
Decimal 88 43 252
Hex 58 2B FC

RGB Percentages of Color #582bfc

%22.98
%11.23
%65.80

CMYK Percentages of Color #582bfc

%65
%83
%0
%1

Triadic Colors of #582bfc

#582bfc #fc582b #2bfc58

Analogous Colors of #582bfc

#582bfc #c12bfc #2b67fc

Monochromatic Colors of #582bfc

#582bfc

Complementary Color

#582bfc #cffc2b

#582bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#582bfc Color CSS Codes

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

#582bfc Text Font Color

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

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


#582bfc Background Color

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

This div background color is #582bfc


#582bfc Border Color

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

This div border color is #582bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582bfc


Comments

No comments written yet.

Please login to write comment.