Color Hex Logo

#621361 Color Hex

#621361
(98,19,97)
0 Favorites   0 Comments

Color spaces of #621361

RGB 981997
HSL0.840.680.23
HSV301°81°38°
CMYK 0.000.810.01   0.62
XYZ7.42753.925511.6755
Yxy3.92550.32250.1705
Hunter Lab19.812932.2440-21.0699
CIE-Lab23.423643.8364-27.0454

#621361 color RGB value is (98,19,97).

#621361 hex color red value is 98, green value is 19 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #621361 hue: 0.84 , saturation: 0.68 and the lightness value of 621361 is 0.23.

The process color (four color CMYK) of #621361 color hex is 0.00, 0.81, 0.01, 0.62. Web safe color of #621361 is #660066. Color #621361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010011 01100001
Octal 142 23 141
Decimal 98 19 97
Hex 62 13 61

RGB Percentages of Color #621361

%45.79
%8.88
%45.33

CMYK Percentages of Color #621361

%0
%81
%1
%62

Triadic Colors of #621361

#621361 #616213 #136162

Analogous Colors of #621361

#621361 #62133a #3c1362

Monochromatic Colors of #621361

#621361

Complementary Color

#621361 #136214

#621361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621361 Color CSS Codes

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

#621361 Text Font Color

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

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


#621361 Background Color

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

This div background color is #621361


#621361 Border Color

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

This div border color is #621361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621361


Comments

No comments written yet.

Please login to write comment.