Color Hex Logo

#62135a Color Hex

#62135A
(98,19,90)
0 Favorites   0 Comments

Color spaces of #62135a

RGB 981990
HSL0.850.680.23
HSV306°81°38°
CMYK 0.000.810.08   0.62
XYZ7.11533.800610.0314
Yxy3.80060.33970.1814
Hunter Lab19.495131.0322-16.8616
CIE-Lab23.001042.6201-23.0866

#62135a color RGB value is (98,19,90).

#62135a hex color red value is 98, green value is 19 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #62135a hue: 0.85 , saturation: 0.68 and the lightness value of 62135a is 0.23.

The process color (four color CMYK) of #62135a color hex is 0.00, 0.81, 0.08, 0.62. Web safe color of #62135a is #660066. Color #62135a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010011 01011010
Octal 142 23 132
Decimal 98 19 90
Hex 62 13 5A

RGB Percentages of Color #62135a

%47.34
%9.18
%43.48

CMYK Percentages of Color #62135a

%0
%81
%8
%62

Triadic Colors of #62135a

#62135a #5a6213 #135a62

Analogous Colors of #62135a

#62135a #621333 #431362

Monochromatic Colors of #62135a

#62135a

Complementary Color

#62135a #13621b

#62135a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62135a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62135a Color CSS Codes

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

#62135a Text Font Color

<p style="color:#62135a">Text here</p>

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


#62135a Background Color

<div style="background-color:#62135a">
Div content here</div>

This div background color is #62135a


#62135a Border Color

<div style="border:3px solid #62135a">
Div here</div>

This div border color is #62135a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,19,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62135a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62135a;
  -webkit-box-shadow: 1px 1px 3px 2px #62135a;
  box-shadow:         1px 1px 3px 2px #62135a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62135a


Comments

No comments written yet.

Please login to write comment.