Color Hex Logo

#421867 Color Hex

#421867
(66,24,103)
0 Favorites   0 Comments

Color spaces of #421867

RGB 6624103
HSL0.760.620.25
HSV272°77°40°
CMYK 0.360.770.00   0.60
XYZ5.02162.790813.1060
Yxy2.79080.24010.1334
Hunter Lab16.705724.4208-34.8204
CIE-Lab19.185835.9536-38.0840

#421867 color RGB value is (66,24,103).

#421867 hex color red value is 66, green value is 24 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #421867 hue: 0.76 , saturation: 0.62 and the lightness value of 421867 is 0.25.

The process color (four color CMYK) of #421867 color hex is 0.36, 0.77, 0.00, 0.60. Web safe color of #421867 is #330066. Color #421867 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 01100111
Octal 102 30 147
Decimal 66 24 103
Hex 42 18 67

RGB Percentages of Color #421867

%34.20
%12.44
%53.37

CMYK Percentages of Color #421867

%36
%77
%0
%60

Triadic Colors of #421867

#421867 #674218 #186742

Analogous Colors of #421867

#421867 #671865 #1b1867

Monochromatic Colors of #421867

#421867

Complementary Color

#421867 #3d6718

#421867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421867 Color CSS Codes

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

#421867 Text Font Color

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

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


#421867 Background Color

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

This div background color is #421867


#421867 Border Color

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

This div border color is #421867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421867


Comments

No comments written yet.

Please login to write comment.