Color Hex Logo

#422150 Color Hex

#422150
(66,33,80)
0 Favorites   0 Comments

Color spaces of #422150

RGB 663380
HSL0.780.420.22
HSV282°59°31°
CMYK 0.180.590.00   0.69
XYZ4.23862.82527.9113
Yxy2.82520.28300.1887
Hunter Lab16.808315.5982-16.1406
CIE-Lab19.329825.0257-22.5429

#422150 color RGB value is (66,33,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 01010000
Octal 102 41 120
Decimal 66 33 80
Hex 42 21 50

RGB Percentages of Color #422150

%36.87
%18.44
%44.69

CMYK Percentages of Color #422150

%18
%59
%0
%69

Triadic Colors of #422150

#422150 #504221 #215042

Analogous Colors of #422150

#422150 #502146 #2b2150

Monochromatic Colors of #422150

#422150

Complementary Color

#422150 #2f5021

#422150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422150 Color CSS Codes

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

#422150 Text Font Color

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

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


#422150 Background Color

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

This div background color is #422150


#422150 Border Color

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

This div border color is #422150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422150


Comments

No comments written yet.

Please login to write comment.