Color Hex Logo

#621480 Color Hex

#621480
(98,20,128)
0 Favorites   0 Comments

Color spaces of #621480

RGB 9820128
HSL0.790.730.29
HSV283°84°50°
CMYK 0.230.840.00   0.50
XYZ9.18344.655520.8367
Yxy4.65550.26480.1343
Hunter Lab21.576638.2138-42.1532
CIE-Lab25.729849.5643-43.3052

#621480 color RGB value is (98,20,128).

#621480 hex color red value is 98, green value is 20 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #621480 hue: 0.79 , saturation: 0.73 and the lightness value of 621480 is 0.29.

The process color (four color CMYK) of #621480 color hex is 0.23, 0.84, 0.00, 0.50. Web safe color of #621480 is #660099. Color #621480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010100 10000000
Octal 142 24 200
Decimal 98 20 128
Hex 62 14 80

RGB Percentages of Color #621480

%39.84
%8.13
%52.03

CMYK Percentages of Color #621480

%23
%84
%0
%50

Triadic Colors of #621480

#621480 #806214 #148062

Analogous Colors of #621480

#621480 #801468 #2c1480

Monochromatic Colors of #621480

#621480

Complementary Color

#621480 #328014

#621480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621480 Color CSS Codes

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

#621480 Text Font Color

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

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


#621480 Background Color

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

This div background color is #621480


#621480 Border Color

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

This div border color is #621480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621480


Comments

No comments written yet.

Please login to write comment.