Color Hex Logo

#620eae Color Hex

#620EAE
(98,14,174)
0 Favorites   0 Comments

Color spaces of #620eae

RGB 9814174
HSL0.750.850.37
HSV272°92°68°
CMYK 0.440.920.00   0.32
XYZ12.83405.966740.5197
Yxy5.96670.21640.1006
Hunter Lab24.426851.0380-81.2526
CIE-Lab29.328361.1335-65.7051

#620eae color RGB value is (98,14,174).

#620eae hex color red value is 98, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #620eae hue: 0.75 , saturation: 0.85 and the lightness value of 620eae is 0.37.

The process color (four color CMYK) of #620eae color hex is 0.44, 0.92, 0.00, 0.32. Web safe color of #620eae is #660099. Color #620eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00001110 10101110
Octal 142 16 256
Decimal 98 14 174
Hex 62 E AE

RGB Percentages of Color #620eae

%34.27
%4.90
%60.84

CMYK Percentages of Color #620eae

%44
%92
%0
%32

Triadic Colors of #620eae

#620eae #ae620e #0eae62

Analogous Colors of #620eae

#620eae #ae0eaa #120eae

Monochromatic Colors of #620eae

#620eae

Complementary Color

#620eae #5aae0e

#620eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#620eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#620eae Color CSS Codes

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

#620eae Text Font Color

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

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


#620eae Background Color

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

This div background color is #620eae


#620eae Border Color

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

This div border color is #620eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,14,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #620eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #620eae;
  -webkit-box-shadow: 1px 1px 3px 2px #620eae;
  box-shadow:         1px 1px 3px 2px #620eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #620eae


Comments

No comments written yet.

Please login to write comment.