Color Hex Logo

#42096d Color Hex

#42096D
(66,9,109)
0 Favorites   0 Comments

Color spaces of #42096d

RGB 669109
HSL0.760.850.23
HSV274°92°43°
CMYK 0.390.920.00   0.57
XYZ5.10482.457814.6733
Yxy2.45780.22960.1105
Hunter Lab15.677430.6870-44.5186
CIE-Lab17.726743.2735-44.3888

#42096d color RGB value is (66,9,109).

#42096d hex color red value is 66, green value is 9 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #42096d hue: 0.76 , saturation: 0.85 and the lightness value of 42096d is 0.23.

The process color (four color CMYK) of #42096d color hex is 0.39, 0.92, 0.00, 0.57. Web safe color of #42096d is #330066. Color #42096d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001001 01101101
Octal 102 11 155
Decimal 66 9 109
Hex 42 9 6D

RGB Percentages of Color #42096d

%35.87
%4.89
%59.24

CMYK Percentages of Color #42096d

%39
%92
%0
%57

Triadic Colors of #42096d

#42096d #6d4209 #096d42

Analogous Colors of #42096d

#42096d #6d0966 #10096d

Monochromatic Colors of #42096d

#42096d

Complementary Color

#42096d #346d09

#42096d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42096d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42096d Color CSS Codes

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

#42096d Text Font Color

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

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


#42096d Background Color

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

This div background color is #42096d


#42096d Border Color

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

This div border color is #42096d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42096d


Comments

No comments written yet.

Please login to write comment.