Color Hex Logo

#620178 Color Hex

#620178
(98,1,120)
0 Favorites   0 Comments

Color spaces of #620178

RGB 981120
HSL0.800.980.24
HSV289°99°47°
CMYK 0.180.990.00   0.53
XYZ8.43803.974418.0917
Yxy3.97440.27660.1303
Hunter Lab19.935940.6635-39.8502
CIE-Lab23.586652.4187-41.6992

#620178 color RGB value is (98,1,120).

#620178 hex color red value is 98, green value is 1 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #620178 hue: 0.80 , saturation: 0.98 and the lightness value of 620178 is 0.24.

The process color (four color CMYK) of #620178 color hex is 0.18, 0.99, 0.00, 0.53. Web safe color of #620178 is #660066. Color #620178 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00000001 01111000
Octal 142 1 170
Decimal 98 1 120
Hex 62 1 78

RGB Percentages of Color #620178

%44.75
%0.46
%54.79

CMYK Percentages of Color #620178

%18
%99
%0
%53

Triadic Colors of #620178

#620178 #786201 #017862

Analogous Colors of #620178

#620178 #780153 #260178

Monochromatic Colors of #620178

#620178

Complementary Color

#620178 #177801

#620178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#620178 Color CSS Codes

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

#620178 Text Font Color

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

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


#620178 Background Color

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

This div background color is #620178


#620178 Border Color

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

This div border color is #620178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620178


Comments

No comments written yet.

Please login to write comment.