Color Hex Logo

#4721fc Color Hex

#4721FC
(71,33,252)
0 Favorites   0 Comments

Color spaces of #4721fc

RGB 7133252
HSL0.700.970.56
HSV250°87°99°
CMYK 0.720.870.00   0.01
XYZ20.71319.455692.8289
Yxy9.45560.16840.0769
Hunter Lab30.750066.4247-157.4615
CIE-Lab36.847173.0993-98.5277

#4721fc color RGB value is (71,33,252).

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

The process color (four color CMYK) of #4721fc color hex is 0.72, 0.87, 0.00, 0.01. Web safe color of #4721fc is #3333ff. Color #4721fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 11111100
Octal 107 41 374
Decimal 71 33 252
Hex 47 21 FC

RGB Percentages of Color #4721fc

%19.94
%9.27
%70.79

CMYK Percentages of Color #4721fc

%72
%87
%0
%1

Triadic Colors of #4721fc

#4721fc #fc4721 #21fc47

Analogous Colors of #4721fc

#4721fc #b521fc #2169fc

Monochromatic Colors of #4721fc

#4721fc

Complementary Color

#4721fc #d6fc21

#4721fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4721fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4721fc Color CSS Codes

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

#4721fc Text Font Color

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

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


#4721fc Background Color

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

This div background color is #4721fc


#4721fc Border Color

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

This div border color is #4721fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,33,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4721fc


Comments

No comments written yet.

Please login to write comment.