Color Hex Logo

#422488 Color Hex

#422488
(66,36,136)
0 Favorites   0 Comments

Color spaces of #422488

RGB 6636136
HSL0.720.580.34
HSV258°74°53°
CMYK 0.510.740.00   0.47
XYZ7.32164.197623.7169
Yxy4.19760.20780.1191
Hunter Lab20.488027.9346-54.2923
CIE-Lab24.314238.9767-50.8288

#422488 color RGB value is (66,36,136).

#422488 hex color red value is 66, green value is 36 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #422488 hue: 0.72 , saturation: 0.58 and the lightness value of 422488 is 0.34.

The process color (four color CMYK) of #422488 color hex is 0.51, 0.74, 0.00, 0.47. Web safe color of #422488 is #333399. Color #422488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 10001000
Octal 102 44 210
Decimal 66 36 136
Hex 42 24 88

RGB Percentages of Color #422488

%27.73
%15.13
%57.14

CMYK Percentages of Color #422488

%51
%74
%0
%47

Triadic Colors of #422488

#422488 #884224 #248842

Analogous Colors of #422488

#422488 #742488 #243888

Monochromatic Colors of #422488

#422488

Complementary Color

#422488 #6a8824

#422488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422488 Color CSS Codes

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

#422488 Text Font Color

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

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


#422488 Background Color

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

This div background color is #422488


#422488 Border Color

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

This div border color is #422488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422488


Comments

No comments written yet.

Please login to write comment.