Color Hex Logo

#62319e Color Hex

#62319E
(98,49,158)
0 Favorites   0 Comments

Color spaces of #62319e

RGB 9849158
HSL0.740.530.41
HSV267°69°62°
CMYK 0.380.690.00   0.38
XYZ12.30697.261933.1008
Yxy7.26190.23370.1379
Hunter Lab26.947934.3607-53.9639
CIE-Lab32.395844.3504-51.0384

#62319e color RGB value is (98,49,158).

#62319e hex color red value is 98, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #62319e hue: 0.74 , saturation: 0.53 and the lightness value of 62319e is 0.41.

The process color (four color CMYK) of #62319e color hex is 0.38, 0.69, 0.00, 0.38. Web safe color of #62319e is #663399. Color #62319e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110001 10011110
Octal 142 61 236
Decimal 98 49 158
Hex 62 31 9E

RGB Percentages of Color #62319e

%32.13
%16.07
%51.80

CMYK Percentages of Color #62319e

%38
%69
%0
%38

Triadic Colors of #62319e

#62319e #9e6231 #319e62

Analogous Colors of #62319e

#62319e #99319e #31369e

Monochromatic Colors of #62319e

#62319e

Complementary Color

#62319e #6d9e31

#62319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62319e Color CSS Codes

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

#62319e Text Font Color

<p style="color:#62319e">Text here</p>

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


#62319e Background Color

<div style="background-color:#62319e">
Div content here</div>

This div background color is #62319e


#62319e Border Color

<div style="border:3px solid #62319e">
Div here</div>

This div border color is #62319e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,49,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62319e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62319e;
  -webkit-box-shadow: 1px 1px 3px 2px #62319e;
  box-shadow:         1px 1px 3px 2px #62319e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62319e


Comments

No comments written yet.

Please login to write comment.