Color Hex Logo

#621079 Color Hex

#621079
(98,16,121)
0 Favorites   0 Comments

Color spaces of #621079

RGB 9816121
HSL0.800.770.27
HSV287°87°47°
CMYK 0.190.870.00   0.53
XYZ8.67354.347718.4712
Yxy4.34770.27540.1381
Hunter Lab20.851137.7616-37.9269
CIE-Lab24.789149.2916-40.3894

#621079 color RGB value is (98,16,121).

#621079 hex color red value is 98, green value is 16 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #621079 hue: 0.80 , saturation: 0.77 and the lightness value of 621079 is 0.27.

The process color (four color CMYK) of #621079 color hex is 0.19, 0.87, 0.00, 0.53. Web safe color of #621079 is #660066. Color #621079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010000 01111001
Octal 142 20 171
Decimal 98 16 121
Hex 62 10 79

RGB Percentages of Color #621079

%41.70
%6.81
%51.49

CMYK Percentages of Color #621079

%19
%87
%0
%53

Triadic Colors of #621079

#621079 #796210 #107962

Analogous Colors of #621079

#621079 #79105b #2d1079

Monochromatic Colors of #621079

#621079

Complementary Color

#621079 #277910

#621079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621079 Color CSS Codes

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

#621079 Text Font Color

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

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


#621079 Background Color

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

This div background color is #621079


#621079 Border Color

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

This div border color is #621079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,16,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #621079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #621079;
  -webkit-box-shadow: 1px 1px 3px 2px #621079;
  box-shadow:         1px 1px 3px 2px #621079; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621079


Comments

No comments written yet.

Please login to write comment.