Color Hex Logo

#58107d Color Hex

#58107D
(88,16,125)
0 Favorites   0 Comments

Color spaces of #58107d

RGB 8816125
HSL0.780.770.28
HSV280°87°49°
CMYK 0.300.870.00   0.51
XYZ7.91153.926019.7428
Yxy3.92600.25050.1243
Hunter Lab19.814136.5977-45.2066
CIE-Lab23.425348.3751-45.2253

#58107d color RGB value is (88,16,125).

#58107d hex color red value is 88, green value is 16 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #58107d hue: 0.78 , saturation: 0.77 and the lightness value of 58107d is 0.28.

The process color (four color CMYK) of #58107d color hex is 0.30, 0.87, 0.00, 0.51. Web safe color of #58107d is #660066. Color #58107d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010000 01111101
Octal 130 20 175
Decimal 88 16 125
Hex 58 10 7D

RGB Percentages of Color #58107d

%38.43
%6.99
%54.59

CMYK Percentages of Color #58107d

%30
%87
%0
%51

Triadic Colors of #58107d

#58107d #7d5810 #107d58

Analogous Colors of #58107d

#58107d #7d106c #22107d

Monochromatic Colors of #58107d

#58107d

Complementary Color

#58107d #357d10

#58107d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58107d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58107d Color CSS Codes

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

#58107d Text Font Color

<p style="color:#58107d">Text here</p>

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


#58107d Background Color

<div style="background-color:#58107d">
Div content here</div>

This div background color is #58107d


#58107d Border Color

<div style="border:3px solid #58107d">
Div here</div>

This div border color is #58107d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,16,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58107d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58107d;
  -webkit-box-shadow: 1px 1px 3px 2px #58107d;
  box-shadow:         1px 1px 3px 2px #58107d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58107d


Comments

No comments written yet.

Please login to write comment.