Color Hex Logo

#580cff Color Hex

#580CFF
(88,12,255)
0 Favorites   0 Comments

Color spaces of #580cff

RGB 8812255
HSL0.721.000.52
HSV259°95°100°
CMYK 0.650.950.00   0.00
XYZ22.20609.557795.2822
Yxy9.55770.17480.0752
Hunter Lab30.915574.1108-161.0919
CIE-Lab37.036679.3442-99.8571

#580cff color RGB value is (88,12,255).

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

The process color (four color CMYK) of #580cff color hex is 0.65, 0.95, 0.00, 0.00. Web safe color of #580cff is #6600ff. Color #580cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001100 11111111
Octal 130 14 377
Decimal 88 12 255
Hex 58 C FF

RGB Percentages of Color #580cff

%24.79
%3.38
%71.83

CMYK Percentages of Color #580cff

%65
%95
%0
%0

Triadic Colors of #580cff

#580cff #ff580c #0cff58

Analogous Colors of #580cff

#580cff #d20cff #0c3aff

Monochromatic Colors of #580cff

#580cff

Complementary Color

#580cff #b3ff0c

#580cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#580cff Color CSS Codes

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

#580cff Text Font Color

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

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


#580cff Background Color

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

This div background color is #580cff


#580cff Border Color

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

This div border color is #580cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580cff

Related Colors


Comments

No comments written yet.

Please login to write comment.