Color Hex Logo

#4721cc Color Hex

#4721CC
(71,33,204)
0 Favorites   0 Comments

Color spaces of #4721cc

RGB 7133204
HSL0.700.720.46
HSV253°84°80°
CMYK 0.650.840.00   0.20
XYZ14.04156.786957.6967
Yxy6.78690.17880.0864
Hunter Lab26.051750.6186-113.0735
CIE-Lab31.316860.3674-80.2622

#4721cc color RGB value is (71,33,204).

#4721cc hex color red value is 71, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4721cc hue: 0.70 , saturation: 0.72 and the lightness value of 4721cc is 0.46.

The process color (four color CMYK) of #4721cc color hex is 0.65, 0.84, 0.00, 0.20. Web safe color of #4721cc is #3333cc. Color #4721cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 11001100
Octal 107 41 314
Decimal 71 33 204
Hex 47 21 CC

RGB Percentages of Color #4721cc

%23.05
%10.71
%66.23

CMYK Percentages of Color #4721cc

%65
%84
%0
%20

Triadic Colors of #4721cc

#4721cc #cc4721 #21cc47

Analogous Colors of #4721cc

#4721cc #9d21cc #2151cc

Monochromatic Colors of #4721cc

#4721cc

Complementary Color

#4721cc #a6cc21

#4721cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4721cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4721cc Color CSS Codes

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

#4721cc Text Font Color

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

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


#4721cc Background Color

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

This div background color is #4721cc


#4721cc Border Color

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

This div border color is #4721cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4721cc


Comments

No comments written yet.

Please login to write comment.