Color Hex Logo

#62259b Color Hex

#62259B
(98,37,155)
0 Favorites   0 Comments

Color spaces of #62259b

RGB 9837155
HSL0.750.610.38
HSV271°76°61°
CMYK 0.370.760.00   0.39
XYZ11.61506.286431.6116
Yxy6.28640.23460.1270
Hunter Lab25.072738.8134-57.2018
CIE-Lab30.123849.3115-52.9079

#62259b color RGB value is (98,37,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100101 10011011
Octal 142 45 233
Decimal 98 37 155
Hex 62 25 9B

RGB Percentages of Color #62259b

%33.79
%12.76
%53.45

CMYK Percentages of Color #62259b

%37
%76
%0
%39

Triadic Colors of #62259b

#62259b #9b6225 #259b62

Analogous Colors of #62259b

#62259b #9b2599 #27259b

Monochromatic Colors of #62259b

#62259b

Complementary Color

#62259b #5e9b25

#62259b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62259b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62259b Color CSS Codes

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

#62259b Text Font Color

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

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


#62259b Background Color

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

This div background color is #62259b


#62259b Border Color

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

This div border color is #62259b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62259b


Comments

No comments written yet.

Please login to write comment.