Color Hex Logo

#5801ce Color Hex

#5801CE
(88,1,206)
0 Favorites   0 Comments

Color spaces of #5801ce

RGB 881206
HSL0.740.990.41
HSV265°100°81°
CMYK 0.571.000.00   0.19
XYZ15.17596.552658.8574
Yxy6.55260.18830.0813
Hunter Lab25.598061.0278-118.4064
CIE-Lab30.765969.6764-82.2901

#5801ce color RGB value is (88,1,206).

#5801ce hex color red value is 88, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5801ce hue: 0.74 , saturation: 0.99 and the lightness value of 5801ce is 0.41.

The process color (four color CMYK) of #5801ce color hex is 0.57, 1.00, 0.00, 0.19. Web safe color of #5801ce is #6600cc. Color #5801ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000001 11001110
Octal 130 1 316
Decimal 88 1 206
Hex 58 1 CE

RGB Percentages of Color #5801ce

%29.83
%0.34
%69.83

CMYK Percentages of Color #5801ce

%57
%100
%0
%19

Triadic Colors of #5801ce

#5801ce #ce5801 #01ce58

Analogous Colors of #5801ce

#5801ce #bf01ce #0111ce

Monochromatic Colors of #5801ce

#5801ce

Complementary Color

#5801ce #77ce01

#5801ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5801ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5801ce Color CSS Codes

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

#5801ce Text Font Color

<p style="color:#5801ce">Text here</p>

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


#5801ce Background Color

<div style="background-color:#5801ce">
Div content here</div>

This div background color is #5801ce


#5801ce Border Color

<div style="border:3px solid #5801ce">
Div here</div>

This div border color is #5801ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,1,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5801ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5801ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5801ce;
  box-shadow:         1px 1px 3px 2px #5801ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5801ce


Comments

No comments written yet.

Please login to write comment.