Color Hex Logo

#42318d Color Hex

#42318D
(66,49,141)
0 Favorites   0 Comments

Color spaces of #42318d

RGB 6649141
HSL0.700.480.37
HSV251°65°55°
CMYK 0.530.650.00   0.45
XYZ8.15285.278025.7884
Yxy5.27800.20790.1346
Hunter Lab22.973923.1404-50.4718
CIE-Lab27.512532.9548-48.7207

#42318d color RGB value is (66,49,141).

#42318d hex color red value is 66, green value is 49 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #42318d hue: 0.70 , saturation: 0.48 and the lightness value of 42318d is 0.37.

The process color (four color CMYK) of #42318d color hex is 0.53, 0.65, 0.00, 0.45. Web safe color of #42318d is #333399. Color #42318d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 10001101
Octal 102 61 215
Decimal 66 49 141
Hex 42 31 8D

RGB Percentages of Color #42318d

%25.78
%19.14
%55.08

CMYK Percentages of Color #42318d

%53
%65
%0
%45

Triadic Colors of #42318d

#42318d #8d4231 #318d42

Analogous Colors of #42318d

#42318d #70318d #314e8d

Monochromatic Colors of #42318d

#42318d

Complementary Color

#42318d #7c8d31

#42318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42318d Color CSS Codes

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

#42318d Text Font Color

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

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


#42318d Background Color

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

This div background color is #42318d


#42318d Border Color

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

This div border color is #42318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42318d


Comments

No comments written yet.

Please login to write comment.