Color Hex Logo

#420745 Color Hex

#420745
(66,7,69)
0 Favorites   0 Comments

Color spaces of #420745

RGB 66769
HSL0.830.820.15
HSV297°90°27°
CMYK 0.040.900.00   0.73
XYZ3.39691.73995.7870
Yxy1.73990.31100.1593
Hunter Lab13.190522.8849-16.7786
CIE-Lab14.058435.1345-23.3711

#420745 color RGB value is (66,7,69).

#420745 hex color red value is 66, green value is 7 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #420745 hue: 0.83 , saturation: 0.82 and the lightness value of 420745 is 0.15.

The process color (four color CMYK) of #420745 color hex is 0.04, 0.90, 0.00, 0.73. Web safe color of #420745 is #330033. Color #420745 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000111 01000101
Octal 102 7 105
Decimal 66 7 69
Hex 42 7 45

RGB Percentages of Color #420745

%46.48
%4.93
%48.59

CMYK Percentages of Color #420745

%4
%90
%0
%73

Triadic Colors of #420745

#420745 #454207 #074542

Analogous Colors of #420745

#420745 #450729 #230745

Monochromatic Colors of #420745

#420745

Complementary Color

#420745 #0a4507

#420745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420745 Color CSS Codes

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

#420745 Text Font Color

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

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


#420745 Background Color

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

This div background color is #420745


#420745 Border Color

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

This div border color is #420745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420745


Comments

No comments written yet.

Please login to write comment.