Color Hex Logo

#422adc Color Hex

#422ADC
(66,42,220)
0 Favorites   0 Comments

Color spaces of #422adc

RGB 6642220
HSL0.690.720.51
HSV248°81°86°
CMYK 0.700.810.00   0.14
XYZ15.99307.981568.4078
Yxy7.98150.17310.0864
Hunter Lab28.251551.6074-123.7877
CIE-Lab33.944360.7597-85.1843

#422adc color RGB value is (66,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 11011100
Octal 102 52 334
Decimal 66 42 220
Hex 42 2A DC

RGB Percentages of Color #422adc

%20.12
%12.80
%67.07

CMYK Percentages of Color #422adc

%70
%81
%0
%14

Triadic Colors of #422adc

#422adc #dc422a #2adc42

Analogous Colors of #422adc

#422adc #9b2adc #2a6bdc

Monochromatic Colors of #422adc

#422adc

Complementary Color

#422adc #c4dc2a

#422adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#422adc Color CSS Codes

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

#422adc Text Font Color

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

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


#422adc Background Color

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

This div background color is #422adc


#422adc Border Color

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

This div border color is #422adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422adc


Comments

No comments written yet.

Please login to write comment.