Color Hex Logo

#581fca Color Hex

#581FCA
(88,31,202)
0 Favorites   0 Comments

Color spaces of #581fca

RGB 8831202
HSL0.720.730.46
HSV260°85°79°
CMYK 0.560.850.00   0.21
XYZ15.17527.318956.4900
Yxy7.31890.19210.0927
Hunter Lab27.053552.7831-104.8653
CIE-Lab32.522162.1022-77.0478

#581fca color RGB value is (88,31,202).

#581fca hex color red value is 88, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #581fca hue: 0.72 , saturation: 0.73 and the lightness value of 581fca is 0.46.

The process color (four color CMYK) of #581fca color hex is 0.56, 0.85, 0.00, 0.21. Web safe color of #581fca is #6633cc. Color #581fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011111 11001010
Octal 130 37 312
Decimal 88 31 202
Hex 58 1F CA

RGB Percentages of Color #581fca

%27.41
%9.66
%62.93

CMYK Percentages of Color #581fca

%56
%85
%0
%21

Triadic Colors of #581fca

#581fca #ca581f #1fca58

Analogous Colors of #581fca

#581fca #ae1fca #1f3cca

Monochromatic Colors of #581fca

#581fca

Complementary Color

#581fca #91ca1f

#581fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#581fca Color CSS Codes

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

#581fca Text Font Color

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

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


#581fca Background Color

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

This div background color is #581fca


#581fca Border Color

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

This div border color is #581fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581fca


Comments

No comments written yet.

Please login to write comment.