Color Hex Logo

#62136b Color Hex

#62136B
(98,19,107)
0 Favorites   0 Comments

Color spaces of #62136b

RGB 9819107
HSL0.820.700.25
HSV294°82°42°
CMYK 0.080.820.00   0.58
XYZ7.92374.124014.2883
Yxy4.12400.30090.1566
Hunter Lab20.307634.1094-27.5007
CIE-Lab24.077245.6771-32.5348

#62136b color RGB value is (98,19,107).

#62136b hex color red value is 98, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #62136b hue: 0.82 , saturation: 0.70 and the lightness value of 62136b is 0.25.

The process color (four color CMYK) of #62136b color hex is 0.08, 0.82, 0.00, 0.58. Web safe color of #62136b is #660066. Color #62136b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010011 01101011
Octal 142 23 153
Decimal 98 19 107
Hex 62 13 6B

RGB Percentages of Color #62136b

%43.75
%8.48
%47.77

CMYK Percentages of Color #62136b

%8
%82
%0
%58

Triadic Colors of #62136b

#62136b #6b6213 #136b62

Analogous Colors of #62136b

#62136b #6b1348 #36136b

Monochromatic Colors of #62136b

#62136b

Complementary Color

#62136b #1c6b13

#62136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62136b Color CSS Codes

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

#62136b Text Font Color

<p style="color:#62136b">Text here</p>

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


#62136b Background Color

<div style="background-color:#62136b">
Div content here</div>

This div background color is #62136b


#62136b Border Color

<div style="border:3px solid #62136b">
Div here</div>

This div border color is #62136b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62136b


Comments

No comments written yet.

Please login to write comment.