Color Hex Logo

#6449ea Color Hex

#6449EA
(100,73,234)
0 Favorites   0 Comments

Color spaces of #6449ea

RGB 10073234
HSL0.690.790.60
HSV250°69°92°
CMYK 0.570.690.00   0.08
XYZ22.489413.414979.2459
Yxy13.41490.19530.1165
Hunter Lab36.626445.5069-102.6432
CIE-Lab43.381953.2985-77.5193

#6449ea color RGB value is (100,73,234).

#6449ea hex color red value is 100, green value is 73 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6449ea hue: 0.69 , saturation: 0.79 and the lightness value of 6449ea is 0.60.

The process color (four color CMYK) of #6449ea color hex is 0.57, 0.69, 0.00, 0.08. Web safe color of #6449ea is #6633ff. Color #6449ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001001 11101010
Octal 144 111 352
Decimal 100 73 234
Hex 64 49 EA

RGB Percentages of Color #6449ea

%24.57
%17.94
%57.49

CMYK Percentages of Color #6449ea

%57
%69
%0
%8

Triadic Colors of #6449ea

#6449ea #ea6449 #49ea64

Analogous Colors of #6449ea

#6449ea #b549ea #497fea

Monochromatic Colors of #6449ea

#6449ea

Complementary Color

#6449ea #cfea49

#6449ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6449ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6449ea Color CSS Codes

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

#6449ea Text Font Color

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

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


#6449ea Background Color

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

This div background color is #6449ea


#6449ea Border Color

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

This div border color is #6449ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,73,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6449ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6449ea;
  -webkit-box-shadow: 1px 1px 3px 2px #6449ea;
  box-shadow:         1px 1px 3px 2px #6449ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,73,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6449ea


Comments

No comments written yet.

Please login to write comment.