Color Hex Logo

#42418a Color Hex

#42418A
(66,65,138)
0 Favorites   0 Comments

Color spaces of #42418a

RGB 6665138
HSL0.670.360.40
HSV241°53°54°
CMYK 0.520.530.00   0.46
XYZ8.72456.773824.8924
Yxy6.77380.21600.1677
Hunter Lab26.026514.2896-38.4878
CIE-Lab31.286321.7269-40.7641

#42418a color RGB value is (66,65,138).

#42418a hex color red value is 66, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #42418a hue: 0.67 , saturation: 0.36 and the lightness value of 42418a is 0.40.

The process color (four color CMYK) of #42418a color hex is 0.52, 0.53, 0.00, 0.46. Web safe color of #42418a is #333399. Color #42418a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 10001010
Octal 102 101 212
Decimal 66 65 138
Hex 42 41 8A

RGB Percentages of Color #42418a

%24.54
%24.16
%51.30

CMYK Percentages of Color #42418a

%52
%53
%0
%46

Triadic Colors of #42418a

#42418a #8a4241 #418a42

Analogous Colors of #42418a

#42418a #67418a #41658a

Monochromatic Colors of #42418a

#42418a

Complementary Color

#42418a #898a41

#42418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42418a Color CSS Codes

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

#42418a Text Font Color

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

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


#42418a Background Color

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

This div background color is #42418a


#42418a Border Color

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

This div border color is #42418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42418a


Comments

No comments written yet.

Please login to write comment.