Color Hex Logo

#42119d Color Hex

#42119D
(66,17,157)
0 Favorites   0 Comments

Color spaces of #42119d

RGB 6617157
HSL0.730.800.34
HSV261°89°62°
CMYK 0.580.890.00   0.38
XYZ8.53303.993532.2194
Yxy3.99350.19070.0892
Hunter Lab19.983741.2474-81.6035
CIE-Lab23.649952.9798-64.9132

#42119d color RGB value is (66,17,157).

#42119d hex color red value is 66, green value is 17 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #42119d hue: 0.73 , saturation: 0.80 and the lightness value of 42119d is 0.34.

The process color (four color CMYK) of #42119d color hex is 0.58, 0.89, 0.00, 0.38. Web safe color of #42119d is #330099. Color #42119d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 10011101
Octal 102 21 235
Decimal 66 17 157
Hex 42 11 9D

RGB Percentages of Color #42119d

%27.50
%7.08
%65.42

CMYK Percentages of Color #42119d

%58
%89
%0
%38

Triadic Colors of #42119d

#42119d #9d4211 #119d42

Analogous Colors of #42119d

#42119d #88119d #11269d

Monochromatic Colors of #42119d

#42119d

Complementary Color

#42119d #6c9d11

#42119d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42119d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42119d Color CSS Codes

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

#42119d Text Font Color

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

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


#42119d Background Color

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

This div background color is #42119d


#42119d Border Color

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

This div border color is #42119d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42119d


Comments

No comments written yet.

Please login to write comment.