Color Hex Logo

#4711cc Color Hex

#4711CC
(71,17,204)
0 Favorites   0 Comments

Color spaces of #4711cc

RGB 7117204
HSL0.710.850.43
HSV257°92°80°
CMYK 0.650.920.00   0.20
XYZ13.69816.100157.5822
Yxy6.10010.17700.0788
Hunter Lab24.698455.7767-120.9408
CIE-Lab29.663665.3205-83.0054

#4711cc color RGB value is (71,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010001 11001100
Octal 107 21 314
Decimal 71 17 204
Hex 47 11 CC

RGB Percentages of Color #4711cc

%24.32
%5.82
%69.86

CMYK Percentages of Color #4711cc

%65
%92
%0
%20

Triadic Colors of #4711cc

#4711cc #cc4711 #11cc47

Analogous Colors of #4711cc

#4711cc #a511cc #1139cc

Monochromatic Colors of #4711cc

#4711cc

Complementary Color

#4711cc #96cc11

#4711cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4711cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4711cc Color CSS Codes

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

#4711cc Text Font Color

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

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


#4711cc Background Color

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

This div background color is #4711cc


#4711cc Border Color

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

This div border color is #4711cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4711cc


Comments

No comments written yet.

Please login to write comment.