Color Hex Logo

#58027f Color Hex

#58027F
(88,2,127)
0 Favorites   0 Comments

Color spaces of #58027f

RGB 882127
HSL0.780.970.25
HSV281°98°50°
CMYK 0.310.980.00   0.50
XYZ7.87703.650420.3681
Yxy3.65040.24700.1144
Hunter Lab19.106040.1562-49.8323
CIE-Lab22.480352.1306-48.0373

#58027f color RGB value is (88,2,127).

#58027f hex color red value is 88, green value is 2 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #58027f hue: 0.78 , saturation: 0.97 and the lightness value of 58027f is 0.25.

The process color (four color CMYK) of #58027f color hex is 0.31, 0.98, 0.00, 0.50. Web safe color of #58027f is #660066. Color #58027f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000010 01111111
Octal 130 2 177
Decimal 88 2 127
Hex 58 2 7F

RGB Percentages of Color #58027f

%40.55
%0.92
%58.53

CMYK Percentages of Color #58027f

%31
%98
%0
%50

Triadic Colors of #58027f

#58027f #7f5802 #027f58

Analogous Colors of #58027f

#58027f #7f0268 #19027f

Monochromatic Colors of #58027f

#58027f

Complementary Color

#58027f #297f02

#58027f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58027f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58027f Color CSS Codes

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

#58027f Text Font Color

<p style="color:#58027f">Text here</p>

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


#58027f Background Color

<div style="background-color:#58027f">
Div content here</div>

This div background color is #58027f


#58027f Border Color

<div style="border:3px solid #58027f">
Div here</div>

This div border color is #58027f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58027f


Comments

No comments written yet.

Please login to write comment.