Color Hex Logo

#62289e Color Hex

#62289E
(98,40,158)
0 Favorites   0 Comments

Color spaces of #62289e

RGB 9840158
HSL0.750.600.39
HSV269°75°62°
CMYK 0.380.750.00   0.38
XYZ11.96746.582932.9876
Yxy6.58290.23220.1277
Hunter Lab25.657238.3586-58.2696
CIE-Lab30.837948.7181-53.5711

#62289e color RGB value is (98,40,158).

#62289e hex color red value is 98, green value is 40 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #62289e hue: 0.75 , saturation: 0.60 and the lightness value of 62289e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00101000 10011110
Octal 142 50 236
Decimal 98 40 158
Hex 62 28 9E

RGB Percentages of Color #62289e

%33.11
%13.51
%53.38

CMYK Percentages of Color #62289e

%38
%75
%0
%38

Triadic Colors of #62289e

#62289e #9e6228 #289e62

Analogous Colors of #62289e

#62289e #9d289e #28299e

Monochromatic Colors of #62289e

#62289e

Complementary Color

#62289e #649e28

#62289e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62289e Color Preview on White Background

Lorem ipsum dolor sit amet.

#62289e Color CSS Codes

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

#62289e Text Font Color

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

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


#62289e Background Color

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

This div background color is #62289e


#62289e Border Color

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

This div border color is #62289e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62289e


Comments

No comments written yet.

Please login to write comment.