Color Hex Logo

#42084d Color Hex

#42084D
(66,8,77)
0 Favorites   0 Comments

Color spaces of #42084d

RGB 66877
HSL0.810.810.17
HSV290°90°30°
CMYK 0.140.900.00   0.70
XYZ3.67321.86777.1881
Yxy1.86770.28860.1467
Hunter Lab13.666424.0604-21.6183
CIE-Lab14.777136.3865-27.7677

#42084d color RGB value is (66,8,77).

#42084d hex color red value is 66, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #42084d hue: 0.81 , saturation: 0.81 and the lightness value of 42084d is 0.17.

The process color (four color CMYK) of #42084d color hex is 0.14, 0.90, 0.00, 0.70. Web safe color of #42084d is #330066. Color #42084d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001000 01001101
Octal 102 10 115
Decimal 66 8 77
Hex 42 8 4D

RGB Percentages of Color #42084d

%43.71
%5.30
%50.99

CMYK Percentages of Color #42084d

%14
%90
%0
%70

Triadic Colors of #42084d

#42084d #4d4208 #084d42

Analogous Colors of #42084d

#42084d #4d0836 #20084d

Monochromatic Colors of #42084d

#42084d

Complementary Color

#42084d #134d08

#42084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42084d Color CSS Codes

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

#42084d Text Font Color

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

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


#42084d Background Color

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

This div background color is #42084d


#42084d Border Color

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

This div border color is #42084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42084d


Comments

No comments written yet.

Please login to write comment.