Color Hex Logo

#621195 Color Hex

#621195
(98,17,149)
0 Favorites   0 Comments

Color spaces of #621195

RGB 9817149
HSL0.770.800.33
HSV277°89°58°
CMYK 0.340.890.00   0.42
XYZ10.66235.167528.8692
Yxy5.16750.23850.1156
Hunter Lab22.732143.9426-59.3842
CIE-Lab27.206754.9068-53.9914

#621195 color RGB value is (98,17,149).

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

The process color (four color CMYK) of #621195 color hex is 0.34, 0.89, 0.00, 0.42. Web safe color of #621195 is #660099. Color #621195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010001 10010101
Octal 142 21 225
Decimal 98 17 149
Hex 62 11 95

RGB Percentages of Color #621195

%37.12
%6.44
%56.44

CMYK Percentages of Color #621195

%34
%89
%0
%42

Triadic Colors of #621195

#621195 #956211 #119562

Analogous Colors of #621195

#621195 #951186 #201195

Monochromatic Colors of #621195

#621195

Complementary Color

#621195 #449511

#621195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621195 Color CSS Codes

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

#621195 Text Font Color

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

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


#621195 Background Color

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

This div background color is #621195


#621195 Border Color

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

This div border color is #621195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621195


Comments

No comments written yet.

Please login to write comment.