Color Hex Logo

#62428d Color Hex

#62428D
(98,66,141)
0 Favorites   0 Comments

Color spaces of #62428d

RGB 9866141
HSL0.740.360.41
HSV266°53°55°
CMYK 0.300.530.00   0.45
XYZ11.79298.416226.2022
Yxy8.41620.25410.1813
Hunter Lab29.010721.7919-33.2427
CIE-Lab34.835130.2648-36.7540

#62428d color RGB value is (98,66,141).

#62428d hex color red value is 98, green value is 66 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #62428d hue: 0.74 , saturation: 0.36 and the lightness value of 62428d is 0.41.

The process color (four color CMYK) of #62428d color hex is 0.30, 0.53, 0.00, 0.45. Web safe color of #62428d is #663399. Color #62428d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000010 10001101
Octal 142 102 215
Decimal 98 66 141
Hex 62 42 8D

RGB Percentages of Color #62428d

%32.13
%21.64
%46.23

CMYK Percentages of Color #62428d

%30
%53
%0
%45

Triadic Colors of #62428d

#62428d #8d6242 #428d62

Analogous Colors of #62428d

#62428d #88428d #42488d

Monochromatic Colors of #62428d

#62428d

Complementary Color

#62428d #6d8d42

#62428d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62428d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62428d Color CSS Codes

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

#62428d Text Font Color

<p style="color:#62428d">Text here</p>

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


#62428d Background Color

<div style="background-color:#62428d">
Div content here</div>

This div background color is #62428d


#62428d Border Color

<div style="border:3px solid #62428d">
Div here</div>

This div border color is #62428d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,66,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62428d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62428d;
  -webkit-box-shadow: 1px 1px 3px 2px #62428d;
  box-shadow:         1px 1px 3px 2px #62428d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62428d


Comments

No comments written yet.

Please login to write comment.