Color Hex Logo

#442eee Color Hex

#442EEE
(68,46,238)
0 Favorites   0 Comments

Color spaces of #442eee

RGB 6846238
HSL0.690.850.56
HSV247°81°93°
CMYK 0.710.810.00   0.07
XYZ18.79359.356081.7043
Yxy9.35600.17110.0852
Hunter Lab30.587656.1450-136.9617
CIE-Lab36.660964.3040-90.9486

#442eee color RGB value is (68,46,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 11101110
Octal 104 56 356
Decimal 68 46 238
Hex 44 2E EE

RGB Percentages of Color #442eee

%19.32
%13.07
%67.61

CMYK Percentages of Color #442eee

%71
%81
%0
%7

Triadic Colors of #442eee

#442eee #ee442e #2eee44

Analogous Colors of #442eee

#442eee #a42eee #2e78ee

Monochromatic Colors of #442eee

#442eee

Complementary Color

#442eee #d8ee2e

#442eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#442eee Color CSS Codes

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

#442eee Text Font Color

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

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


#442eee Background Color

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

This div background color is #442eee


#442eee Border Color

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

This div border color is #442eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,46,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442eee


Comments

No comments written yet.

Please login to write comment.