Color Hex Logo

#42247e Color Hex

#42247E
(66,36,126)
0 Favorites   0 Comments

Color spaces of #42247e

RGB 6636126
HSL0.720.560.32
HSV260°71°49°
CMYK 0.480.710.00   0.51
XYZ6.64353.926420.1464
Yxy3.92640.21630.1278
Hunter Lab19.815125.1699-46.4106
CIE-Lab23.426636.0208-45.9892

#42247e color RGB value is (66,36,126).

#42247e hex color red value is 66, green value is 36 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #42247e hue: 0.72 , saturation: 0.56 and the lightness value of 42247e is 0.32.

The process color (four color CMYK) of #42247e color hex is 0.48, 0.71, 0.00, 0.51. Web safe color of #42247e is #333366. Color #42247e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 01111110
Octal 102 44 176
Decimal 66 36 126
Hex 42 24 7E

RGB Percentages of Color #42247e

%28.95
%15.79
%55.26

CMYK Percentages of Color #42247e

%48
%71
%0
%51

Triadic Colors of #42247e

#42247e #7e4224 #247e42

Analogous Colors of #42247e

#42247e #6f247e #24337e

Monochromatic Colors of #42247e

#42247e

Complementary Color

#42247e #607e24

#42247e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42247e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42247e Color CSS Codes

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

#42247e Text Font Color

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

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


#42247e Background Color

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

This div background color is #42247e


#42247e Border Color

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

This div border color is #42247e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42247e


Comments

No comments written yet.

Please login to write comment.