Color Hex Logo

#42295d Color Hex

#42295D
(66,41,93)
0 Favorites   0 Comments

Color spaces of #42295d

RGB 664193
HSL0.750.390.26
HSV269°56°36°
CMYK 0.290.560.00   0.64
XYZ5.01553.534410.7738
Yxy3.53440.25960.1829
Hunter Lab18.800014.7206-20.8176
CIE-Lab22.068323.4532-26.8703

#42295d color RGB value is (66,41,93).

#42295d hex color red value is 66, green value is 41 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #42295d hue: 0.75 , saturation: 0.39 and the lightness value of 42295d is 0.26.

The process color (four color CMYK) of #42295d color hex is 0.29, 0.56, 0.00, 0.64. Web safe color of #42295d is #333366. Color #42295d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 01011101
Octal 102 51 135
Decimal 66 41 93
Hex 42 29 5D

RGB Percentages of Color #42295d

%33.00
%20.50
%46.50

CMYK Percentages of Color #42295d

%29
%56
%0
%64

Triadic Colors of #42295d

#42295d #5d4229 #295d42

Analogous Colors of #42295d

#42295d #5c295d #292a5d

Monochromatic Colors of #42295d

#42295d

Complementary Color

#42295d #445d29

#42295d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42295d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42295d Color CSS Codes

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

#42295d Text Font Color

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

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


#42295d Background Color

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

This div background color is #42295d


#42295d Border Color

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

This div border color is #42295d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42295d


Comments

No comments written yet.

Please login to write comment.