Color Hex Logo

#581afd Color Hex

#581AFD
(88,26,253)
0 Favorites   0 Comments

Color spaces of #581afd

RGB 8826253
HSL0.710.980.55
HSV256°90°99°
CMYK 0.650.900.00   0.01
XYZ22.12359.905393.6744
Yxy9.90530.17600.0788
Hunter Lab31.472770.3981-154.4382
CIE-Lab37.671976.2239-97.6796

#581afd color RGB value is (88,26,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011010 11111101
Octal 130 32 375
Decimal 88 26 253
Hex 58 1A FD

RGB Percentages of Color #581afd

%23.98
%7.08
%68.94

CMYK Percentages of Color #581afd

%65
%90
%0
%1

Triadic Colors of #581afd

#581afd #fd581a #1afd58

Analogous Colors of #581afd

#581afd #ca1afd #1a4efd

Monochromatic Colors of #581afd

#581afd

Complementary Color

#581afd #bffd1a

#581afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#581afd Color CSS Codes

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

#581afd Text Font Color

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

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


#581afd Background Color

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

This div background color is #581afd


#581afd Border Color

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

This div border color is #581afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581afd

Related Colors


Comments

No comments written yet.

Please login to write comment.