Color Hex Logo

#62418a Color Hex

#62418A
(98,65,138)
0 Favorites   0 Comments

Color spaces of #62418a

RGB 9865138
HSL0.740.360.40
HSV267°53°54°
CMYK 0.290.530.00   0.46
XYZ11.51478.212225.0230
Yxy8.21220.25730.1835
Hunter Lab28.656921.5738-31.7117
CIE-Lab34.421030.0730-35.5730

#62418a color RGB value is (98,65,138).

#62418a hex color red value is 98, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #62418a hue: 0.74 , saturation: 0.36 and the lightness value of 62418a is 0.40.

The process color (four color CMYK) of #62418a color hex is 0.29, 0.53, 0.00, 0.46. Web safe color of #62418a is #663399. Color #62418a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000001 10001010
Octal 142 101 212
Decimal 98 65 138
Hex 62 41 8A

RGB Percentages of Color #62418a

%32.56
%21.59
%45.85

CMYK Percentages of Color #62418a

%29
%53
%0
%46

Triadic Colors of #62418a

#62418a #8a6241 #418a62

Analogous Colors of #62418a

#62418a #87418a #41458a

Monochromatic Colors of #62418a

#62418a

Complementary Color

#62418a #698a41

#62418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62418a Color CSS Codes

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

#62418a Text Font Color

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

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


#62418a Background Color

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

This div background color is #62418a


#62418a Border Color

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

This div border color is #62418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62418a


Comments

No comments written yet.

Please login to write comment.