Color Hex Logo

#4400cc Color Hex

#4400CC
(68,0,204)
2 Favorites   1 Comments

Color spaces of #4400cc

RGB 680204
HSL0.721.000.40
HSV260°100°80°
CMYK 0.671.000.00   0.20
XYZ13.28305.588657.5054
Yxy5.58860.17390.0732
Hunter Lab23.640258.9254-127.6762
CIE-Lab28.349968.3080-85.1985

#4400cc color RGB value is (68,0,204).

#4400cc hex color red value is 68, green value is 0 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4400cc hue: 0.72 , saturation: 1.00 and the lightness value of 4400cc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000000 11001100
Octal 104 0 314
Decimal 68 0 204
Hex 44 0 CC

RGB Percentages of Color #4400cc

%25.00
%0.00
%75.00

CMYK Percentages of Color #4400cc

%67
%100
%0
%20

Triadic Colors of #4400cc

#4400cc #cc4400 #00cc44

Analogous Colors of #4400cc

#4400cc #aa00cc #0022cc

Monochromatic Colors of #4400cc

#4400cc

Complementary Color

#4400cc #88cc00

#4400cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4400cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4400cc Color CSS Codes

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

#4400cc Text Font Color

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

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


#4400cc Background Color

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

This div background color is #4400cc


#4400cc Border Color

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

This div border color is #4400cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4400cc


Comments

19 Jul 2023, 5:21 Sanry_Hz

Perfeito meio azul-violeta

Please login to write comment.