Color Hex Logo

#422edc Color Hex

#422EDC
(66,46,220)
0 Favorites   0 Comments

Color spaces of #422edc

RGB 6646220
HSL0.690.710.52
HSV247°79°86°
CMYK 0.700.790.00   0.14
XYZ16.14208.279568.4575
Yxy8.27950.17380.0891
Hunter Lab28.774149.7820-120.9170
CIE-Lab34.558358.9677-84.1671

#422edc color RGB value is (66,46,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101110 11011100
Octal 102 56 334
Decimal 66 46 220
Hex 42 2E DC

RGB Percentages of Color #422edc

%19.88
%13.86
%66.27

CMYK Percentages of Color #422edc

%70
%79
%0
%14

Triadic Colors of #422edc

#422edc #dc422e #2edc42

Analogous Colors of #422edc

#422edc #992edc #2e71dc

Monochromatic Colors of #422edc

#422edc

Complementary Color

#422edc #c8dc2e

#422edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#422edc Color CSS Codes

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

#422edc Text Font Color

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

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


#422edc Background Color

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

This div background color is #422edc


#422edc Border Color

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

This div border color is #422edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #422edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422edc


Comments

No comments written yet.

Please login to write comment.