Color Hex Logo

#422450 Color Hex

#422450
(66,36,80)
0 Favorites   0 Comments

Color spaces of #422450

RGB 663680
HSL0.780.380.23
HSV281°55°31°
CMYK 0.180.550.00   0.69
XYZ4.32562.99927.9403
Yxy2.99920.28340.1965
Hunter Lab17.318214.2774-15.0614
CIE-Lab20.040723.1663-21.4190

#422450 color RGB value is (66,36,80).

#422450 hex color red value is 66, green value is 36 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #422450 hue: 0.78 , saturation: 0.38 and the lightness value of 422450 is 0.23.

The process color (four color CMYK) of #422450 color hex is 0.18, 0.55, 0.00, 0.69. Web safe color of #422450 is #333366. Color #422450 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01010000
Octal 102 44 120
Decimal 66 36 80
Hex 42 24 50

RGB Percentages of Color #422450

%36.26
%19.78
%43.96

CMYK Percentages of Color #422450

%18
%55
%0
%69

Triadic Colors of #422450

#422450 #504224 #245042

Analogous Colors of #422450

#422450 #502448 #2c2450

Monochromatic Colors of #422450

#422450

Complementary Color

#422450 #325024

#422450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422450 Color CSS Codes

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

#422450 Text Font Color

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

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


#422450 Background Color

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

This div background color is #422450


#422450 Border Color

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

This div border color is #422450


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,36,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422450; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422450;
  -webkit-box-shadow: 1px 1px 3px 2px #422450;
  box-shadow:         1px 1px 3px 2px #422450; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422450


Comments

No comments written yet.

Please login to write comment.