Color Hex Logo

#442edc Color Hex

#442EDC
(68,46,220)
0 Favorites   0 Comments

Color spaces of #442edc

RGB 6846220
HSL0.690.710.52
HSV248°79°86°
CMYK 0.690.790.00   0.14
XYZ16.27928.350268.4639
Yxy8.35020.17490.0897
Hunter Lab28.896749.9902-120.2459
CIE-Lab34.701859.1314-83.9251

#442edc color RGB value is (68,46,220).

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

The process color (four color CMYK) of #442edc color hex is 0.69, 0.79, 0.00, 0.14. Web safe color of #442edc is #3333cc. Color #442edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101110 11011100
Octal 104 56 334
Decimal 68 46 220
Hex 44 2E DC

RGB Percentages of Color #442edc

%20.36
%13.77
%65.87

CMYK Percentages of Color #442edc

%69
%79
%0
%14

Triadic Colors of #442edc

#442edc #dc442e #2edc44

Analogous Colors of #442edc

#442edc #9b2edc #2e6fdc

Monochromatic Colors of #442edc

#442edc

Complementary Color

#442edc #c6dc2e

#442edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#442edc Color CSS Codes

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

#442edc Text Font Color

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

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


#442edc Background Color

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

This div background color is #442edc


#442edc Border Color

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

This div border color is #442edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442edc


Comments

No comments written yet.

Please login to write comment.