Color Hex Logo

#62297e Color Hex

#62297E
(98,41,126)
0 Favorites   0 Comments

Color spaces of #62297e

RGB 9841126
HSL0.780.510.33
HSV280°67°49°
CMYK 0.220.670.00   0.51
XYZ9.59585.688920.3310
Yxy5.68890.26940.1597
Hunter Lab23.851430.0734-33.8429
CIE-Lab28.613640.5185-37.3931

#62297e color RGB value is (98,41,126).

#62297e hex color red value is 98, green value is 41 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #62297e hue: 0.78 , saturation: 0.51 and the lightness value of 62297e is 0.33.

The process color (four color CMYK) of #62297e color hex is 0.22, 0.67, 0.00, 0.51. Web safe color of #62297e is #663366. Color #62297e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00101001 01111110
Octal 142 51 176
Decimal 98 41 126
Hex 62 29 7E

RGB Percentages of Color #62297e

%36.98
%15.47
%47.55

CMYK Percentages of Color #62297e

%22
%67
%0
%51

Triadic Colors of #62297e

#62297e #7e6229 #297e62

Analogous Colors of #62297e

#62297e #7e2970 #38297e

Monochromatic Colors of #62297e

#62297e

Complementary Color

#62297e #457e29

#62297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62297e Color CSS Codes

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

#62297e Text Font Color

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

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


#62297e Background Color

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

This div background color is #62297e


#62297e Border Color

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

This div border color is #62297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62297e


Comments

No comments written yet.

Please login to write comment.