Color Hex Logo

#422372 Color Hex

#422372
(66,35,114)
0 Favorites   0 Comments

Color spaces of #422372

RGB 6635114
HSL0.730.530.29
HSV264°69°45°
CMYK 0.420.690.00   0.55
XYZ5.88513.575216.2995
Yxy3.57520.22850.1388
Hunter Lab18.908222.4680-37.8742
CIE-Lab22.214233.0907-40.3078

#422372 color RGB value is (66,35,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 01110010
Octal 102 43 162
Decimal 66 35 114
Hex 42 23 72

RGB Percentages of Color #422372

%30.70
%16.28
%53.02

CMYK Percentages of Color #422372

%42
%69
%0
%55

Triadic Colors of #422372

#422372 #724223 #237242

Analogous Colors of #422372

#422372 #6a2372 #232b72

Monochromatic Colors of #422372

#422372

Complementary Color

#422372 #537223

#422372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422372 Color CSS Codes

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

#422372 Text Font Color

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

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


#422372 Background Color

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

This div background color is #422372


#422372 Border Color

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

This div border color is #422372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422372


Comments

No comments written yet.

Please login to write comment.