Color Hex Logo

#442ed1 Color Hex

#442ED1
(68,46,209)
0 Favorites   0 Comments

Color spaces of #442ed1

RGB 6846209
HSL0.690.640.50
HSV248°78°82°
CMYK 0.670.780.00   0.18
XYZ14.86957.786461.0408
Yxy7.78640.17770.0930
Hunter Lab27.904146.2866-110.1651
CIE-Lab33.534055.9068-79.5077

#442ed1 color RGB value is (68,46,209).

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

The process color (four color CMYK) of #442ed1 color hex is 0.67, 0.78, 0.00, 0.18. Web safe color of #442ed1 is #3333cc. Color #442ed1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 11010001
Octal 104 56 321
Decimal 68 46 209
Hex 44 2E D1

RGB Percentages of Color #442ed1

%21.05
%14.24
%64.71

CMYK Percentages of Color #442ed1

%67
%78
%0
%18

Triadic Colors of #442ed1

#442ed1 #d1442e #2ed144

Analogous Colors of #442ed1

#442ed1 #962ed1 #2e6ad1

Monochromatic Colors of #442ed1

#442ed1

Complementary Color

#442ed1 #bbd12e

#442ed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442ed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442ed1 Color CSS Codes

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

#442ed1 Text Font Color

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

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


#442ed1 Background Color

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

This div background color is #442ed1


#442ed1 Border Color

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

This div border color is #442ed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442ed1


Comments

No comments written yet.

Please login to write comment.