Color Hex Logo

#581afc Color Hex

#581AFC
(88,26,252)
0 Favorites   0 Comments

Color spaces of #581afc

RGB 8826252
HSL0.710.970.55
HSV256°90°99°
CMYK 0.650.900.00   0.01
XYZ21.96469.841892.8374
Yxy9.84180.17620.0790
Hunter Lab31.371670.0749-153.4954
CIE-Lab37.557075.9812-97.3095

#581afc color RGB value is (88,26,252).

#581afc hex color red value is 88, green value is 26 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #581afc hue: 0.71 , saturation: 0.97 and the lightness value of 581afc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11111100
Octal 130 32 374
Decimal 88 26 252
Hex 58 1A FC

RGB Percentages of Color #581afc

%24.04
%7.10
%68.85

CMYK Percentages of Color #581afc

%65
%90
%0
%1

Triadic Colors of #581afc

#581afc #fc581a #1afc58

Analogous Colors of #581afc

#581afc #c91afc #1a4dfc

Monochromatic Colors of #581afc

#581afc

Complementary Color

#581afc #befc1a

#581afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#581afc Color CSS Codes

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

#581afc Text Font Color

<p style="color:#581afc">Text here</p>

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


#581afc Background Color

<div style="background-color:#581afc">
Div content here</div>

This div background color is #581afc


#581afc Border Color

<div style="border:3px solid #581afc">
Div here</div>

This div border color is #581afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581afc


Comments

No comments written yet.

Please login to write comment.