Color Hex Logo

#421098 Color Hex

#421098
(66,16,152)
0 Favorites   0 Comments

Color spaces of #421098

RGB 6616152
HSL0.730.810.33
HSV262°89°60°
CMYK 0.570.890.00   0.40
XYZ8.09963.795830.0115
Yxy3.79580.19330.0906
Hunter Lab19.482840.1130-77.6929
CIE-Lab22.984551.9914-62.9438

#421098 color RGB value is (66,16,152).

#421098 hex color red value is 66, green value is 16 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #421098 hue: 0.73 , saturation: 0.81 and the lightness value of 421098 is 0.33.

The process color (four color CMYK) of #421098 color hex is 0.57, 0.89, 0.00, 0.40. Web safe color of #421098 is #330099. Color #421098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010000 10011000
Octal 102 20 230
Decimal 66 16 152
Hex 42 10 98

RGB Percentages of Color #421098

%28.21
%6.84
%64.96

CMYK Percentages of Color #421098

%57
%89
%0
%40

Triadic Colors of #421098

#421098 #984210 #109842

Analogous Colors of #421098

#421098 #861098 #102298

Monochromatic Colors of #421098

#421098

Complementary Color

#421098 #669810

#421098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421098 Color CSS Codes

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

#421098 Text Font Color

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

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


#421098 Background Color

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

This div background color is #421098


#421098 Border Color

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

This div border color is #421098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421098


Comments

No comments written yet.

Please login to write comment.