Color Hex Logo

#422967 Color Hex

#422967
(66,41,103)
0 Favorites   0 Comments

Color spaces of #422967

RGB 6641103
HSL0.730.430.28
HSV264°60°40°
CMYK 0.360.600.00   0.60
XYZ5.48793.723413.2614
Yxy3.72340.24420.1657
Hunter Lab19.296116.9980-27.2402
CIE-Lab22.735126.2913-32.3533

#422967 color RGB value is (66,41,103).

#422967 hex color red value is 66, green value is 41 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #422967 hue: 0.73 , saturation: 0.43 and the lightness value of 422967 is 0.28.

The process color (four color CMYK) of #422967 color hex is 0.36, 0.60, 0.00, 0.60. Web safe color of #422967 is #333366. Color #422967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 01100111
Octal 102 51 147
Decimal 66 41 103
Hex 42 29 67

RGB Percentages of Color #422967

%31.43
%19.52
%49.05

CMYK Percentages of Color #422967

%36
%60
%0
%60

Triadic Colors of #422967

#422967 #674229 #296742

Analogous Colors of #422967

#422967 #612967 #292f67

Monochromatic Colors of #422967

#422967

Complementary Color

#422967 #4e6729

#422967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422967 Color CSS Codes

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

#422967 Text Font Color

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

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


#422967 Background Color

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

This div background color is #422967


#422967 Border Color

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

This div border color is #422967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422967


Comments

No comments written yet.

Please login to write comment.