Color Hex Logo

#62239b Color Hex

#62239B
(98,35,155)
0 Favorites   0 Comments

Color spaces of #62239b

RGB 9835155
HSL0.750.630.37
HSV272°77°61°
CMYK 0.370.770.00   0.39
XYZ11.55446.165331.5914
Yxy6.16530.23430.1250
Hunter Lab24.830039.6106-58.0540
CIE-Lab29.825750.1641-53.3937

#62239b color RGB value is (98,35,155).

#62239b hex color red value is 98, green value is 35 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #62239b hue: 0.75 , saturation: 0.63 and the lightness value of 62239b is 0.37.

The process color (four color CMYK) of #62239b color hex is 0.37, 0.77, 0.00, 0.39. Web safe color of #62239b is #663399. Color #62239b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100011 10011011
Octal 142 43 233
Decimal 98 35 155
Hex 62 23 9B

RGB Percentages of Color #62239b

%34.03
%12.15
%53.82

CMYK Percentages of Color #62239b

%37
%77
%0
%39

Triadic Colors of #62239b

#62239b #9b6223 #239b62

Analogous Colors of #62239b

#62239b #9b2398 #26239b

Monochromatic Colors of #62239b

#62239b

Complementary Color

#62239b #5c9b23

#62239b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62239b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62239b Color CSS Codes

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

#62239b Text Font Color

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

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


#62239b Background Color

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

This div background color is #62239b


#62239b Border Color

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

This div border color is #62239b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62239b


Comments

No comments written yet.

Please login to write comment.