Color Hex Logo

#422452 Color Hex

#422452
(66,36,82)
0 Favorites   0 Comments

Color spaces of #422452

RGB 663682
HSL0.780.390.23
HSV279°56°32°
CMYK 0.200.560.00   0.68
XYZ4.40063.02928.3354
Yxy3.02920.27910.1921
Hunter Lab17.404614.6741-16.2119
CIE-Lab20.160523.6759-22.5761

#422452 color RGB value is (66,36,82).

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

The process color (four color CMYK) of #422452 color hex is 0.20, 0.56, 0.00, 0.68. Web safe color of #422452 is #333366. Color #422452 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01010010
Octal 102 44 122
Decimal 66 36 82
Hex 42 24 52

RGB Percentages of Color #422452

%35.87
%19.57
%44.57

CMYK Percentages of Color #422452

%20
%56
%0
%68

Triadic Colors of #422452

#422452 #524224 #245242

Analogous Colors of #422452

#422452 #52244b #2b2452

Monochromatic Colors of #422452

#422452

Complementary Color

#422452 #345224

#422452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422452 Color CSS Codes

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

#422452 Text Font Color

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

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


#422452 Background Color

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

This div background color is #422452


#422452 Border Color

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

This div border color is #422452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422452


Comments

No comments written yet.

Please login to write comment.