Color Hex Logo

#581cff Color Hex

#581CFF
(88,28,255)
0 Favorites   0 Comments

Color spaces of #581cff

RGB 8828255
HSL0.711.000.55
HSV256°89°100°
CMYK 0.650.890.00   0.00
XYZ22.489810.125295.3768
Yxy10.12520.17570.0791
Hunter Lab31.820170.4749-155.4402
CIE-Lab38.066276.2127-98.1452

#581cff color RGB value is (88,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011100 11111111
Octal 130 34 377
Decimal 88 28 255
Hex 58 1C FF

RGB Percentages of Color #581cff

%23.72
%7.55
%68.73

CMYK Percentages of Color #581cff

%65
%89
%0
%0

Triadic Colors of #581cff

#581cff #ff581c #1cff58

Analogous Colors of #581cff

#581cff #ca1cff #1c51ff

Monochromatic Colors of #581cff

#581cff

Complementary Color

#581cff #c3ff1c

#581cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#581cff Color CSS Codes

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

#581cff Text Font Color

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

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


#581cff Background Color

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

This div background color is #581cff


#581cff Border Color

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

This div border color is #581cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581cff


Comments

No comments written yet.

Please login to write comment.