Color Hex Logo

#422653 Color Hex

#422653
(66,38,83)
0 Favorites   0 Comments

Color spaces of #422653

RGB 663883
HSL0.770.370.24
HSV277°54°33°
CMYK 0.200.540.00   0.67
XYZ4.50123.16908.5581
Yxy3.16900.27740.1953
Hunter Lab17.801713.9812-16.0423
CIE-Lab20.708422.6720-22.3810

#422653 color RGB value is (66,38,83).

#422653 hex color red value is 66, green value is 38 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #422653 hue: 0.77 , saturation: 0.37 and the lightness value of 422653 is 0.24.

The process color (four color CMYK) of #422653 color hex is 0.20, 0.54, 0.00, 0.67. Web safe color of #422653 is #333366. Color #422653 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100110 01010011
Octal 102 46 123
Decimal 66 38 83
Hex 42 26 53

RGB Percentages of Color #422653

%35.29
%20.32
%44.39

CMYK Percentages of Color #422653

%20
%54
%0
%67

Triadic Colors of #422653

#422653 #534226 #265342

Analogous Colors of #422653

#422653 #53264d #2c2653

Monochromatic Colors of #422653

#422653

Complementary Color

#422653 #375326

#422653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422653 Color CSS Codes

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

#422653 Text Font Color

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

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


#422653 Background Color

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

This div background color is #422653


#422653 Border Color

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

This div border color is #422653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422653


Comments

No comments written yet.

Please login to write comment.