Color Hex Logo

#42084f Color Hex

#42084F
(66,8,79)
0 Favorites   0 Comments

Color spaces of #42084f

RGB 66879
HSL0.800.820.17
HSV289°90°31°
CMYK 0.160.900.00   0.69
XYZ3.74491.89647.5658
Yxy1.89640.28360.1436
Hunter Lab13.771024.4423-22.9343
CIE-Lab14.933936.8033-28.8890

#42084f color RGB value is (66,8,79).

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

The process color (four color CMYK) of #42084f color hex is 0.16, 0.90, 0.00, 0.69. Web safe color of #42084f is #330066. Color #42084f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001000 01001111
Octal 102 10 117
Decimal 66 8 79
Hex 42 8 4F

RGB Percentages of Color #42084f

%43.14
%5.23
%51.63

CMYK Percentages of Color #42084f

%16
%90
%0
%69

Triadic Colors of #42084f

#42084f #4f4208 #084f42

Analogous Colors of #42084f

#42084f #4f0839 #1f084f

Monochromatic Colors of #42084f

#42084f

Complementary Color

#42084f #154f08

#42084f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42084f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42084f Color CSS Codes

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

#42084f Text Font Color

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

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


#42084f Background Color

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

This div background color is #42084f


#42084f Border Color

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

This div border color is #42084f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42084f


Comments

No comments written yet.

Please login to write comment.