Color Hex Logo

#62076b Color Hex

#62076B
(98,7,107)
0 Favorites   0 Comments

Color spaces of #62076b

RGB 987107
HSL0.820.880.22
HSV295°93°42°
CMYK 0.080.930.00   0.58
XYZ7.76683.810214.2360
Yxy3.81020.30090.1476
Hunter Lab19.519736.8647-29.5772
CIE-Lab23.033848.7234-34.2097

#62076b color RGB value is (98,7,107).

#62076b hex color red value is 98, green value is 7 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #62076b hue: 0.82 , saturation: 0.88 and the lightness value of 62076b is 0.22.

The process color (four color CMYK) of #62076b color hex is 0.08, 0.93, 0.00, 0.58. Web safe color of #62076b is #660066. Color #62076b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000111 01101011
Octal 142 7 153
Decimal 98 7 107
Hex 62 7 6B

RGB Percentages of Color #62076b

%46.23
%3.30
%50.47

CMYK Percentages of Color #62076b

%8
%93
%0
%58

Triadic Colors of #62076b

#62076b #6b6207 #076b62

Analogous Colors of #62076b

#62076b #6b0742 #30076b

Monochromatic Colors of #62076b

#62076b

Complementary Color

#62076b #106b07

#62076b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62076b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62076b Color CSS Codes

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

#62076b Text Font Color

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

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


#62076b Background Color

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

This div background color is #62076b


#62076b Border Color

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

This div border color is #62076b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62076b


Comments

No comments written yet.

Please login to write comment.