Color Hex Logo

#62318b Color Hex

#62318B
(98,49,139)
0 Favorites   0 Comments

Color spaces of #62318b

RGB 9849139
HSL0.760.480.37
HSV273°65°55°
CMYK 0.290.650.00   0.45
XYZ10.79556.657425.1421
Yxy6.65740.25340.1563
Hunter Lab25.801929.5308-39.7124
CIE-Lab31.013939.4967-41.6414

#62318b color RGB value is (98,49,139).

#62318b hex color red value is 98, green value is 49 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #62318b hue: 0.76 , saturation: 0.48 and the lightness value of 62318b is 0.37.

The process color (four color CMYK) of #62318b color hex is 0.29, 0.65, 0.00, 0.45. Web safe color of #62318b is #663399. Color #62318b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00110001 10001011
Octal 142 61 213
Decimal 98 49 139
Hex 62 31 8B

RGB Percentages of Color #62318b

%34.27
%17.13
%48.60

CMYK Percentages of Color #62318b

%29
%65
%0
%45

Triadic Colors of #62318b

#62318b #8b6231 #318b62

Analogous Colors of #62318b

#62318b #8b3187 #35318b

Monochromatic Colors of #62318b

#62318b

Complementary Color

#62318b #5a8b31

#62318b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62318b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62318b Color CSS Codes

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

#62318b Text Font Color

<p style="color:#62318b">Text here</p>

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


#62318b Background Color

<div style="background-color:#62318b">
Div content here</div>

This div background color is #62318b


#62318b Border Color

<div style="border:3px solid #62318b">
Div here</div>

This div border color is #62318b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,49,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62318b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62318b;
  -webkit-box-shadow: 1px 1px 3px 2px #62318b;
  box-shadow:         1px 1px 3px 2px #62318b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62318b


Comments

No comments written yet.

Please login to write comment.