Color Hex Logo

#621193 Color Hex

#621193
(98,17,147)
0 Favorites   0 Comments

Color spaces of #621193

RGB 9817147
HSL0.770.790.32
HSV277°88°58°
CMYK 0.330.880.00   0.42
XYZ10.50395.104228.0353
Yxy5.10420.24070.1170
Hunter Lab22.592543.4530-57.7590
CIE-Lab27.029654.4702-53.0475

#621193 color RGB value is (98,17,147).

#621193 hex color red value is 98, green value is 17 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #621193 hue: 0.77 , saturation: 0.79 and the lightness value of 621193 is 0.32.

The process color (four color CMYK) of #621193 color hex is 0.33, 0.88, 0.00, 0.42. Web safe color of #621193 is #660099. Color #621193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010001 10010011
Octal 142 21 223
Decimal 98 17 147
Hex 62 11 93

RGB Percentages of Color #621193

%37.40
%6.49
%56.11

CMYK Percentages of Color #621193

%33
%88
%0
%42

Triadic Colors of #621193

#621193 #936211 #119362

Analogous Colors of #621193

#621193 #931183 #211193

Monochromatic Colors of #621193

#621193

Complementary Color

#621193 #429311

#621193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621193 Color CSS Codes

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

#621193 Text Font Color

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

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


#621193 Background Color

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

This div background color is #621193


#621193 Border Color

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

This div border color is #621193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621193


Comments

No comments written yet.

Please login to write comment.