Color Hex Logo

#62237d Color Hex

#62237D
(98,35,125)
0 Favorites   0 Comments

Color spaces of #62237d

RGB 9835125
HSL0.780.560.31
HSV282°72°49°
CMYK 0.220.720.00   0.51
XYZ9.33975.279419.9288
Yxy5.27940.27030.1528
Hunter Lab22.976932.3473-35.3407
CIE-Lab27.516443.1580-38.5261

#62237d color RGB value is (98,35,125).

#62237d hex color red value is 98, green value is 35 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #62237d hue: 0.78 , saturation: 0.56 and the lightness value of 62237d is 0.31.

The process color (four color CMYK) of #62237d color hex is 0.22, 0.72, 0.00, 0.51. Web safe color of #62237d is #663366. Color #62237d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100011 01111101
Octal 142 43 175
Decimal 98 35 125
Hex 62 23 7D

RGB Percentages of Color #62237d

%37.98
%13.57
%48.45

CMYK Percentages of Color #62237d

%22
%72
%0
%51

Triadic Colors of #62237d

#62237d #7d6223 #237d62

Analogous Colors of #62237d

#62237d #7d236b #35237d

Monochromatic Colors of #62237d

#62237d

Complementary Color

#62237d #3e7d23

#62237d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62237d Color Preview on White Background

Lorem ipsum dolor sit amet.

#62237d Color CSS Codes

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

#62237d Text Font Color

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

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


#62237d Background Color

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

This div background color is #62237d


#62237d Border Color

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

This div border color is #62237d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62237d


Comments

No comments written yet.

Please login to write comment.