Color Hex Logo

#442cca Color Hex

#442CCA
(68,44,202)
0 Favorites   0 Comments

Color spaces of #442cca

RGB 6844202
HSL0.690.640.48
HSV249°78°79°
CMYK 0.660.780.00   0.21
XYZ13.94527.294656.5501
Yxy7.29460.17930.0938
Hunter Lab27.008544.8993-105.2347
CIE-Lab32.468454.7979-77.1974

#442cca color RGB value is (68,44,202).

#442cca hex color red value is 68, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #442cca hue: 0.69 , saturation: 0.64 and the lightness value of 442cca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00101100 11001010
Octal 104 54 312
Decimal 68 44 202
Hex 44 2C CA

RGB Percentages of Color #442cca

%21.66
%14.01
%64.33

CMYK Percentages of Color #442cca

%66
%78
%0
%21

Triadic Colors of #442cca

#442cca #ca442c #2cca44

Analogous Colors of #442cca

#442cca #932cca #2c63ca

Monochromatic Colors of #442cca

#442cca

Complementary Color

#442cca #b2ca2c

#442cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#442cca Color CSS Codes

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

#442cca Text Font Color

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

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


#442cca Background Color

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

This div background color is #442cca


#442cca Border Color

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

This div border color is #442cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442cca


Comments

No comments written yet.

Please login to write comment.