Color Hex Logo

#420115 Color Hex

#420115
(66,1,21)
0 Favorites   0 Comments

Color spaces of #420115

RGB 66121
HSL0.950.970.13
HSV342°98°26°
CMYK 0.000.980.68   0.74
XYZ2.39301.23410.8215
Yxy1.23410.53790.2774
Hunter Lab11.109019.01013.3919
CIE-Lab10.806630.99956.8818

#420115 color RGB value is (66,1,21).

#420115 hex color red value is 66, green value is 1 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #420115 hue: 0.95 , saturation: 0.97 and the lightness value of 420115 is 0.13.

The process color (four color CMYK) of #420115 color hex is 0.00, 0.98, 0.68, 0.74. Web safe color of #420115 is #330000. Color #420115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000001 00010101
Octal 102 1 25
Decimal 66 1 21
Hex 42 1 15

RGB Percentages of Color #420115

%75.00
%1.14
%23.86

CMYK Percentages of Color #420115

%0
%98
%68
%74

Triadic Colors of #420115

#420115 #154201 #011542

Analogous Colors of #420115

#420115 #420e01 #420136

Monochromatic Colors of #420115

#420115

Complementary Color

#420115 #01422e

#420115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420115 Color CSS Codes

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

#420115 Text Font Color

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

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


#420115 Background Color

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

This div background color is #420115


#420115 Border Color

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

This div border color is #420115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420115


Comments

No comments written yet.

Please login to write comment.