Color Hex Logo

#62519c Color Hex

#62519C
(98,81,156)
0 Favorites   0 Comments

Color spaces of #62519c

RGB 9881156
HSL0.700.320.46
HSV254°48°61°
CMYK 0.370.480.00   0.39
XYZ13.980210.881832.8161
Yxy10.88180.24240.1887
Hunter Lab32.987617.9204-35.8905
CIE-Lab39.380725.2240-38.6089

#62519c color RGB value is (98,81,156).

#62519c hex color red value is 98, green value is 81 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #62519c hue: 0.70 , saturation: 0.32 and the lightness value of 62519c is 0.46.

The process color (four color CMYK) of #62519c color hex is 0.37, 0.48, 0.00, 0.39. Web safe color of #62519c is #666699. Color #62519c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01010001 10011100
Octal 142 121 234
Decimal 98 81 156
Hex 62 51 9C

RGB Percentages of Color #62519c

%29.25
%24.18
%46.57

CMYK Percentages of Color #62519c

%37
%48
%0
%39

Triadic Colors of #62519c

#62519c #9c6251 #519c62

Analogous Colors of #62519c

#62519c #88519c #51669c

Monochromatic Colors of #62519c

#62519c

Complementary Color

#62519c #8b9c51

#62519c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62519c Color Preview on White Background

Lorem ipsum dolor sit amet.

#62519c Color CSS Codes

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

#62519c Text Font Color

<p style="color:#62519c">Text here</p>

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


#62519c Background Color

<div style="background-color:#62519c">
Div content here</div>

This div background color is #62519c


#62519c Border Color

<div style="border:3px solid #62519c">
Div here</div>

This div border color is #62519c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,81,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62519c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62519c;
  -webkit-box-shadow: 1px 1px 3px 2px #62519c;
  box-shadow:         1px 1px 3px 2px #62519c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62519c


Comments

No comments written yet.

Please login to write comment.