Color Hex Logo

#621486 Color Hex

#621486
(98,20,134)
0 Favorites   0 Comments

Color spaces of #621486

RGB 9820134
HSL0.780.740.30
HSV281°85°53°
CMYK 0.270.850.00   0.47
XYZ9.59024.818222.9788
Yxy4.81820.25650.1289
Hunter Lab21.950439.5740-46.7025
CIE-Lab26.210450.8318-46.2980

#621486 color RGB value is (98,20,134).

#621486 hex color red value is 98, green value is 20 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #621486 hue: 0.78 , saturation: 0.74 and the lightness value of 621486 is 0.30.

The process color (four color CMYK) of #621486 color hex is 0.27, 0.85, 0.00, 0.47. Web safe color of #621486 is #660099. Color #621486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010100 10000110
Octal 142 24 206
Decimal 98 20 134
Hex 62 14 86

RGB Percentages of Color #621486

%38.89
%7.94
%53.17

CMYK Percentages of Color #621486

%27
%85
%0
%47

Triadic Colors of #621486

#621486 #866214 #148662

Analogous Colors of #621486

#621486 #861471 #291486

Monochromatic Colors of #621486

#621486

Complementary Color

#621486 #388614

#621486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#621486 Color CSS Codes

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

#621486 Text Font Color

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

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


#621486 Background Color

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

This div background color is #621486


#621486 Border Color

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

This div border color is #621486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621486


Comments

No comments written yet.

Please login to write comment.