Color Hex Logo

#581efd Color Hex

#581EFD
(88,30,253)
0 Favorites   0 Comments

Color spaces of #581efd

RGB 8830253
HSL0.710.980.55
HSV256°88°99°
CMYK 0.650.880.00   0.01
XYZ22.218410.095193.7060
Yxy10.09510.17630.0801
Hunter Lab31.772869.2209-152.6203
CIE-Lab38.012675.1948-97.1137

#581efd color RGB value is (88,30,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011110 11111101
Octal 130 36 375
Decimal 88 30 253
Hex 58 1E FD

RGB Percentages of Color #581efd

%23.72
%8.09
%68.19

CMYK Percentages of Color #581efd

%65
%88
%0
%1

Triadic Colors of #581efd

#581efd #fd581e #1efd58

Analogous Colors of #581efd

#581efd #c81efd #1e53fd

Monochromatic Colors of #581efd

#581efd

Complementary Color

#581efd #c3fd1e

#581efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#581efd Color CSS Codes

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

#581efd Text Font Color

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

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


#581efd Background Color

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

This div background color is #581efd


#581efd Border Color

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

This div border color is #581efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581efd

Related Colors


Comments

No comments written yet.

Please login to write comment.