Color Hex Logo

#422ddd Color Hex

#422DDD
(66,45,221)
0 Favorites   0 Comments

Color spaces of #422ddd

RGB 6645221
HSL0.690.720.52
HSV247°80°87°
CMYK 0.700.800.00   0.13
XYZ16.23638.255569.1443
Yxy8.25550.17340.0882
Hunter Lab28.732450.5864-122.5683
CIE-Lab34.509459.7166-84.8225

#422ddd color RGB value is (66,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101101 11011101
Octal 102 55 335
Decimal 66 45 221
Hex 42 2D DD

RGB Percentages of Color #422ddd

%19.88
%13.55
%66.57

CMYK Percentages of Color #422ddd

%70
%80
%0
%13

Triadic Colors of #422ddd

#422ddd #dd422d #2ddd42

Analogous Colors of #422ddd

#422ddd #9a2ddd #2d70dd

Monochromatic Colors of #422ddd

#422ddd

Complementary Color

#422ddd #c8dd2d

#422ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#422ddd Color CSS Codes

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

#422ddd Text Font Color

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

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


#422ddd Background Color

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

This div background color is #422ddd


#422ddd Border Color

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

This div border color is #422ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,45,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422ddd


Comments

No comments written yet.

Please login to write comment.