Color Hex Logo

#4214a0 Color Hex

#4214A0
(66,20,160)
0 Favorites   0 Comments

Color spaces of #4214a0

RGB 6620160
HSL0.720.780.35
HSV260°88°63°
CMYK 0.590.880.00   0.37
XYZ8.84214.196633.6017
Yxy4.19660.18960.0900
Hunter Lab20.485641.1953-82.9110
CIE-Lab24.311052.8016-65.6527

#4214a0 color RGB value is (66,20,160).

#4214a0 hex color red value is 66, green value is 20 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #4214a0 hue: 0.72 , saturation: 0.78 and the lightness value of 4214a0 is 0.35.

The process color (four color CMYK) of #4214a0 color hex is 0.59, 0.88, 0.00, 0.37. Web safe color of #4214a0 is #330099. Color #4214a0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 10100000
Octal 102 24 240
Decimal 66 20 160
Hex 42 14 A0

RGB Percentages of Color #4214a0

%26.83
%8.13
%65.04

CMYK Percentages of Color #4214a0

%59
%88
%0
%37

Triadic Colors of #4214a0

#4214a0 #a04214 #14a042

Analogous Colors of #4214a0

#4214a0 #8814a0 #142ca0

Monochromatic Colors of #4214a0

#4214a0

Complementary Color

#4214a0 #72a014

#4214a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4214a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4214a0 Color CSS Codes

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

#4214a0 Text Font Color

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

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


#4214a0 Background Color

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

This div background color is #4214a0


#4214a0 Border Color

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

This div border color is #4214a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4214a0


Comments

No comments written yet.

Please login to write comment.