Color Hex Logo

#42185a Color Hex

#42185A
(66,24,90)
0 Favorites   0 Comments

Color spaces of #42185a

RGB 662490
HSL0.770.580.22
HSV278°73°35°
CMYK 0.270.730.00   0.65
XYZ4.41892.54979.9321
Yxy2.54970.26150.1509
Hunter Lab15.967821.4542-25.7015
CIE-Lab18.141932.6251-31.1653

#42185a color RGB value is (66,24,90).

#42185a hex color red value is 66, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #42185a hue: 0.77 , saturation: 0.58 and the lightness value of 42185a is 0.22.

The process color (four color CMYK) of #42185a color hex is 0.27, 0.73, 0.00, 0.65. Web safe color of #42185a is #330066. Color #42185a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 01011010
Octal 102 30 132
Decimal 66 24 90
Hex 42 18 5A

RGB Percentages of Color #42185a

%36.67
%13.33
%50.00

CMYK Percentages of Color #42185a

%27
%73
%0
%65

Triadic Colors of #42185a

#42185a #5a4218 #185a42

Analogous Colors of #42185a

#42185a #5a1851 #21185a

Monochromatic Colors of #42185a

#42185a

Complementary Color

#42185a #305a18

#42185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42185a Color CSS Codes

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

#42185a Text Font Color

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

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


#42185a Background Color

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

This div background color is #42185a


#42185a Border Color

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

This div border color is #42185a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,24,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42185a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42185a;
  -webkit-box-shadow: 1px 1px 3px 2px #42185a;
  box-shadow:         1px 1px 3px 2px #42185a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42185a


Comments

No comments written yet.

Please login to write comment.