Color Hex Logo

#4720ca Color Hex

#4720CA
(71,32,202)
0 Favorites   0 Comments

Color spaces of #4720ca

RGB 7132202
HSL0.700.730.46
HSV254°84°79°
CMYK 0.650.840.00   0.21
XYZ13.77576.636956.4321
Yxy6.63690.17930.0864
Hunter Lab25.762250.3647-111.8413
CIE-Lab30.965660.2027-79.6766

#4720ca color RGB value is (71,32,202).

#4720ca hex color red value is 71, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4720ca hue: 0.70 , saturation: 0.73 and the lightness value of 4720ca is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100000 11001010
Octal 107 40 312
Decimal 71 32 202
Hex 47 20 CA

RGB Percentages of Color #4720ca

%23.28
%10.49
%66.23

CMYK Percentages of Color #4720ca

%65
%84
%0
%21

Triadic Colors of #4720ca

#4720ca #ca4720 #20ca47

Analogous Colors of #4720ca

#4720ca #9c20ca #204eca

Monochromatic Colors of #4720ca

#4720ca

Complementary Color

#4720ca #a3ca20

#4720ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4720ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4720ca Color CSS Codes

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

#4720ca Text Font Color

<p style="color:#4720ca">Text here</p>

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


#4720ca Background Color

<div style="background-color:#4720ca">
Div content here</div>

This div background color is #4720ca


#4720ca Border Color

<div style="border:3px solid #4720ca">
Div here</div>

This div border color is #4720ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,32,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4720ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4720ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4720ca;
  box-shadow:         1px 1px 3px 2px #4720ca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4720ca


Comments

No comments written yet.

Please login to write comment.