Color Hex Logo

#621cae Color Hex

#621CAE
(98,28,174)
0 Favorites   0 Comments

Color spaces of #621cae

RGB 9828174
HSL0.750.720.40
HSV269°84°68°
CMYK 0.440.840.00   0.32
XYZ13.09226.483240.6057
Yxy6.48320.21750.1077
Hunter Lab25.462147.2230-76.7292
CIE-Lab30.600257.3600-63.6139

#621cae color RGB value is (98,28,174).

#621cae hex color red value is 98, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #621cae hue: 0.75 , saturation: 0.72 and the lightness value of 621cae is 0.40.

The process color (four color CMYK) of #621cae color hex is 0.44, 0.84, 0.00, 0.32. Web safe color of #621cae is #663399. Color #621cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00011100 10101110
Octal 142 34 256
Decimal 98 28 174
Hex 62 1C AE

RGB Percentages of Color #621cae

%32.67
%9.33
%58.00

CMYK Percentages of Color #621cae

%44
%84
%0
%32

Triadic Colors of #621cae

#621cae #ae621c #1cae62

Analogous Colors of #621cae

#621cae #ab1cae #1c1fae

Monochromatic Colors of #621cae

#621cae

Complementary Color

#621cae #68ae1c

#621cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#621cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#621cae Color CSS Codes

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

#621cae Text Font Color

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

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


#621cae Background Color

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

This div background color is #621cae


#621cae Border Color

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

This div border color is #621cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,28,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 #621cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #621cae


Comments

No comments written yet.

Please login to write comment.