Color Hex Logo

#581efc Color Hex

#581EFC
(88,30,252)
0 Favorites   0 Comments

Color spaces of #581efc

RGB 8830252
HSL0.710.970.55
HSV256°88°99°
CMYK 0.650.880.00   0.01
XYZ22.059510.031592.8691
Yxy10.03150.17650.0803
Hunter Lab31.672568.8959-151.6772
CIE-Lab37.898974.9487-96.7416

#581efc color RGB value is (88,30,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011110 11111100
Octal 130 36 374
Decimal 88 30 252
Hex 58 1E FC

RGB Percentages of Color #581efc

%23.78
%8.11
%68.11

CMYK Percentages of Color #581efc

%65
%88
%0
%1

Triadic Colors of #581efc

#581efc #fc581e #1efc58

Analogous Colors of #581efc

#581efc #c71efc #1e53fc

Monochromatic Colors of #581efc

#581efc

Complementary Color

#581efc #c2fc1e

#581efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#581efc Color CSS Codes

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

#581efc Text Font Color

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

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


#581efc Background Color

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

This div background color is #581efc


#581efc Border Color

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

This div border color is #581efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581efc

Related Colors


Comments

No comments written yet.

Please login to write comment.