Color Hex Logo

#421438 Color Hex

#421438
(66,20,56)
0 Favorites   0 Comments

Color spaces of #421438

RGB 662056
HSL0.870.530.17
HSV313°70°26°
CMYK 0.000.700.15   0.74
XYZ3.21071.94413.9474
Yxy1.94410.35270.2136
Hunter Lab13.943116.7031-7.0253
CIE-Lab15.191127.1862-12.4155

#421438 color RGB value is (66,20,56).

#421438 hex color red value is 66, green value is 20 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #421438 hue: 0.87 , saturation: 0.53 and the lightness value of 421438 is 0.17.

The process color (four color CMYK) of #421438 color hex is 0.00, 0.70, 0.15, 0.74. Web safe color of #421438 is #330033. Color #421438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 00111000
Octal 102 24 70
Decimal 66 20 56
Hex 42 14 38

RGB Percentages of Color #421438

%46.48
%14.08
%39.44

CMYK Percentages of Color #421438

%0
%70
%15
%74

Triadic Colors of #421438

#421438 #384214 #143842

Analogous Colors of #421438

#421438 #421421 #351442

Monochromatic Colors of #421438

#421438

Complementary Color

#421438 #14421e

#421438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421438 Color CSS Codes

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

#421438 Text Font Color

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

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


#421438 Background Color

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

This div background color is #421438


#421438 Border Color

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

This div border color is #421438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421438


Comments

No comments written yet.

Please login to write comment.