Color Hex Logo

#580ceb Color Hex

#580CEB
(88,12,235)
0 Favorites   0 Comments

Color spaces of #580ceb

RGB 8812235
HSL0.720.900.48
HSV260°95°92°
CMYK 0.630.950.00   0.08
XYZ19.15148.335879.1968
Yxy8.33580.17950.0781
Hunter Lab28.871867.8780-142.4253
CIE-Lab34.672774.7114-92.4980

#580ceb color RGB value is (88,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001100 11101011
Octal 130 14 353
Decimal 88 12 235
Hex 58 C EB

RGB Percentages of Color #580ceb

%26.27
%3.58
%70.15

CMYK Percentages of Color #580ceb

%63
%95
%0
%8

Triadic Colors of #580ceb

#580ceb #eb580c #0ceb58

Analogous Colors of #580ceb

#580ceb #c80ceb #0c2feb

Monochromatic Colors of #580ceb

#580ceb

Complementary Color

#580ceb #9feb0c

#580ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#580ceb Color CSS Codes

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

#580ceb Text Font Color

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

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


#580ceb Background Color

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

This div background color is #580ceb


#580ceb Border Color

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

This div border color is #580ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580ceb


Comments

No comments written yet.

Please login to write comment.