Color Hex Logo

#4421ca Color Hex

#4421CA
(68,33,202)
0 Favorites   0 Comments

Color spaces of #4421ca

RGB 6833202
HSL0.700.720.46
HSV252°84°79°
CMYK 0.660.840.00   0.21
XYZ13.58846.580956.4312
Yxy6.58090.17740.0859
Hunter Lab25.653349.6573-112.4669
CIE-Lab30.833159.5779-79.9041

#4421ca color RGB value is (68,33,202).

#4421ca hex color red value is 68, green value is 33 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4421ca hue: 0.70 , saturation: 0.72 and the lightness value of 4421ca is 0.46.

The process color (four color CMYK) of #4421ca color hex is 0.66, 0.84, 0.00, 0.21. Web safe color of #4421ca is #3333cc. Color #4421ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100001 11001010
Octal 104 41 312
Decimal 68 33 202
Hex 44 21 CA

RGB Percentages of Color #4421ca

%22.44
%10.89
%66.67

CMYK Percentages of Color #4421ca

%66
%84
%0
%21

Triadic Colors of #4421ca

#4421ca #ca4421 #21ca44

Analogous Colors of #4421ca

#4421ca #9921ca #2153ca

Monochromatic Colors of #4421ca

#4421ca

Complementary Color

#4421ca #a7ca21

#4421ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4421ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4421ca Color CSS Codes

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

#4421ca Text Font Color

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

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


#4421ca Background Color

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

This div background color is #4421ca


#4421ca Border Color

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

This div border color is #4421ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,33,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4421ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4421ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4421ca;
  box-shadow:         1px 1px 3px 2px #4421ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,33,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4421ca


Comments

No comments written yet.

Please login to write comment.