Color Hex Logo

#4410cc Color Hex

#4410CC
(68,16,204)
0 Favorites   0 Comments

Color spaces of #4410cc

RGB 6816204
HSL0.710.850.43
HSV257°92°80°
CMYK 0.670.920.00   0.20
XYZ13.46835.959257.5671
Yxy5.95920.17490.0774
Hunter Lab24.411555.7620-122.7296
CIE-Lab29.309365.3736-83.6021

#4410cc color RGB value is (68,16,204).

#4410cc hex color red value is 68, green value is 16 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4410cc hue: 0.71 , saturation: 0.85 and the lightness value of 4410cc is 0.43.

The process color (four color CMYK) of #4410cc color hex is 0.67, 0.92, 0.00, 0.20. Web safe color of #4410cc is #3300cc. Color #4410cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00010000 11001100
Octal 104 20 314
Decimal 68 16 204
Hex 44 10 CC

RGB Percentages of Color #4410cc

%23.61
%5.56
%70.83

CMYK Percentages of Color #4410cc

%67
%92
%0
%20

Triadic Colors of #4410cc

#4410cc #cc4410 #10cc44

Analogous Colors of #4410cc

#4410cc #a210cc #103acc

Monochromatic Colors of #4410cc

#4410cc

Complementary Color

#4410cc #98cc10

#4410cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4410cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4410cc Color CSS Codes

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

#4410cc Text Font Color

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

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


#4410cc Background Color

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

This div background color is #4410cc


#4410cc Border Color

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

This div border color is #4410cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,16,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4410cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4410cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4410cc;
  box-shadow:         1px 1px 3px 2px #4410cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4410cc


Comments

No comments written yet.

Please login to write comment.