Color Hex Logo

#442eea Color Hex

#442EEA
(68,46,234)
0 Favorites   0 Comments

Color spaces of #442eea

RGB 6846234
HSL0.690.820.55
HSV247°80°92°
CMYK 0.710.800.00   0.08
XYZ18.21229.123478.6430
Yxy9.12340.17180.0861
Hunter Lab30.205054.7686-133.2266
CIE-Lab36.220863.1661-89.4086

#442eea color RGB value is (68,46,234).

#442eea hex color red value is 68, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #442eea hue: 0.69 , saturation: 0.82 and the lightness value of 442eea is 0.55.

The process color (four color CMYK) of #442eea color hex is 0.71, 0.80, 0.00, 0.08. Web safe color of #442eea is #3333ff. Color #442eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 11101010
Octal 104 56 352
Decimal 68 46 234
Hex 44 2E EA

RGB Percentages of Color #442eea

%19.54
%13.22
%67.24

CMYK Percentages of Color #442eea

%71
%80
%0
%8

Triadic Colors of #442eea

#442eea #ea442e #2eea44

Analogous Colors of #442eea

#442eea #a22eea #2e76ea

Monochromatic Colors of #442eea

#442eea

Complementary Color

#442eea #d4ea2e

#442eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#442eea Color CSS Codes

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

#442eea Text Font Color

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

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


#442eea Background Color

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

This div background color is #442eea


#442eea Border Color

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

This div border color is #442eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,46,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #442eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #442eea;
  -webkit-box-shadow: 1px 1px 3px 2px #442eea;
  box-shadow:         1px 1px 3px 2px #442eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,46,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 #442eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442eea


Comments

No comments written yet.

Please login to write comment.