Color Hex Logo

#422370 Color Hex

#422370
(66,35,112)
0 Favorites   0 Comments

Color spaces of #422370

RGB 6635112
HSL0.730.520.29
HSV264°69°44°
CMYK 0.410.690.00   0.56
XYZ5.77243.530215.7064
Yxy3.53020.23080.1412
Hunter Lab18.788821.9592-36.4109
CIE-Lab22.053232.5139-39.2814

#422370 color RGB value is (66,35,112).

#422370 hex color red value is 66, green value is 35 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #422370 hue: 0.73 , saturation: 0.52 and the lightness value of 422370 is 0.29.

The process color (four color CMYK) of #422370 color hex is 0.41, 0.69, 0.00, 0.56. Web safe color of #422370 is #333366. Color #422370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 01110000
Octal 102 43 160
Decimal 66 35 112
Hex 42 23 70

RGB Percentages of Color #422370

%30.99
%16.43
%52.58

CMYK Percentages of Color #422370

%41
%69
%0
%56

Triadic Colors of #422370

#422370 #704223 #237042

Analogous Colors of #422370

#422370 #692370 #232b70

Monochromatic Colors of #422370

#422370

Complementary Color

#422370 #517023

#422370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422370 Color CSS Codes

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

#422370 Text Font Color

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

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


#422370 Background Color

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

This div background color is #422370


#422370 Border Color

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

This div border color is #422370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422370


Comments

No comments written yet.

Please login to write comment.