Color Hex Logo

#62247b Color Hex

#62247B
(98,36,123)
0 Favorites   0 Comments

Color spaces of #62247b

RGB 9836123
HSL0.790.550.31
HSV283°71°48°
CMYK 0.200.710.00   0.52
XYZ9.24305.288519.2725
Yxy5.28850.27340.1564
Hunter Lab22.996731.4996-33.5905
CIE-Lab27.541442.2512-37.2225

#62247b color RGB value is (98,36,123).

#62247b hex color red value is 98, green value is 36 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #62247b hue: 0.79 , saturation: 0.55 and the lightness value of 62247b is 0.31.

The process color (four color CMYK) of #62247b color hex is 0.20, 0.71, 0.00, 0.52. Web safe color of #62247b is #663366. Color #62247b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100100 01111011
Octal 142 44 173
Decimal 98 36 123
Hex 62 24 7B

RGB Percentages of Color #62247b

%38.13
%14.01
%47.86

CMYK Percentages of Color #62247b

%20
%71
%0
%52

Triadic Colors of #62247b

#62247b #7b6224 #247b62

Analogous Colors of #62247b

#62247b #7b2469 #37247b

Monochromatic Colors of #62247b

#62247b

Complementary Color

#62247b #3d7b24

#62247b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62247b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62247b Color CSS Codes

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

#62247b Text Font Color

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

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


#62247b Background Color

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

This div background color is #62247b


#62247b Border Color

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

This div border color is #62247b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62247b

#62247b Color Palettes


Comments

No comments written yet.

Please login to write comment.