Color Hex Logo

#62237c Color Hex

#62237C
(98,35,124)
0 Favorites   0 Comments

Color spaces of #62237c

RGB 9835124
HSL0.780.560.31
HSV282°72°49°
CMYK 0.210.720.00   0.51
XYZ9.27615.254019.5940
Yxy5.25400.27180.1540
Hunter Lab22.921632.1240-34.6376
CIE-Lab27.446542.9344-38.0071

#62237c color RGB value is (98,35,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100011 01111100
Octal 142 43 174
Decimal 98 35 124
Hex 62 23 7C

RGB Percentages of Color #62237c

%38.13
%13.62
%48.25

CMYK Percentages of Color #62237c

%21
%72
%0
%51

Triadic Colors of #62237c

#62237c #7c6223 #237c62

Analogous Colors of #62237c

#62237c #7c236a #35237c

Monochromatic Colors of #62237c

#62237c

Complementary Color

#62237c #3d7c23

#62237c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62237c Color Preview on White Background

Lorem ipsum dolor sit amet.

#62237c Color CSS Codes

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

#62237c Text Font Color

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

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


#62237c Background Color

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

This div background color is #62237c


#62237c Border Color

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

This div border color is #62237c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62237c


Comments

No comments written yet.

Please login to write comment.