Color Hex Logo

#42315d Color Hex

#42315D
(66,49,93)
0 Favorites   0 Comments

Color spaces of #42315d

RGB 664993
HSL0.730.310.28
HSV263°47°36°
CMYK 0.290.470.00   0.64
XYZ5.32094.145210.8756
Yxy4.14520.26160.2038
Hunter Lab20.359811.0203-17.4192
CIE-Lab24.145818.2302-23.5788

#42315d color RGB value is (66,49,93).

#42315d hex color red value is 66, green value is 49 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #42315d hue: 0.73 , saturation: 0.31 and the lightness value of 42315d is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 01011101
Octal 102 61 135
Decimal 66 49 93
Hex 42 31 5D

RGB Percentages of Color #42315d

%31.73
%23.56
%44.71

CMYK Percentages of Color #42315d

%29
%47
%0
%64

Triadic Colors of #42315d

#42315d #5d4231 #315d42

Analogous Colors of #42315d

#42315d #58315d #31365d

Monochromatic Colors of #42315d

#42315d

Complementary Color

#42315d #4c5d31

#42315d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42315d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42315d Color CSS Codes

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

#42315d Text Font Color

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

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


#42315d Background Color

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

This div background color is #42315d


#42315d Border Color

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

This div border color is #42315d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,49,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 #42315d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42315d


Comments

No comments written yet.

Please login to write comment.