Color Hex Logo

#4441ca Color Hex

#4441CA
(68,65,202)
0 Favorites   0 Comments

Color spaces of #4441ca

RGB 6865202
HSL0.670.560.52
HSV241°68°79°
CMYK 0.660.680.00   0.21
XYZ14.93499.273856.8800
Yxy9.27380.18420.1144
Hunter Lab30.452934.2484-89.4249
CIE-Lab36.506243.4901-70.5477

#4441ca color RGB value is (68,65,202).

#4441ca hex color red value is 68, green value is 65 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4441ca hue: 0.67 , saturation: 0.56 and the lightness value of 4441ca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01000001 11001010
Octal 104 101 312
Decimal 68 65 202
Hex 44 41 CA

RGB Percentages of Color #4441ca

%20.30
%19.40
%60.30

CMYK Percentages of Color #4441ca

%66
%68
%0
%21

Triadic Colors of #4441ca

#4441ca #ca4441 #41ca44

Analogous Colors of #4441ca

#4441ca #8941ca #4183ca

Monochromatic Colors of #4441ca

#4441ca

Complementary Color

#4441ca #c7ca41

#4441ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4441ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4441ca Color CSS Codes

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

#4441ca Text Font Color

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

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


#4441ca Background Color

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

This div background color is #4441ca


#4441ca Border Color

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

This div border color is #4441ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,65,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 #4441ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4441ca


Comments

No comments written yet.

Please login to write comment.