Color Hex Logo

#62468a Color Hex

#62468A
(98,70,138)
0 Favorites   0 Comments

Color spaces of #62468a

RGB 9870138
HSL0.740.330.41
HSV265°49°54°
CMYK 0.290.490.00   0.46
XYZ11.81468.812025.1229
Yxy8.81200.25820.1926
Hunter Lab29.685019.0940-29.3986
CIE-Lab35.619827.0352-33.6689

#62468a color RGB value is (98,70,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000110 10001010
Octal 142 106 212
Decimal 98 70 138
Hex 62 46 8A

RGB Percentages of Color #62468a

%32.03
%22.88
%45.10

CMYK Percentages of Color #62468a

%29
%49
%0
%46

Triadic Colors of #62468a

#62468a #8a6246 #468a62

Analogous Colors of #62468a

#62468a #84468a #464c8a

Monochromatic Colors of #62468a

#62468a

Complementary Color

#62468a #6e8a46

#62468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#62468a Color CSS Codes

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

#62468a Text Font Color

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

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


#62468a Background Color

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

This div background color is #62468a


#62468a Border Color

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

This div border color is #62468a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,70,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 #62468a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62468a


Comments

No comments written yet.

Please login to write comment.