Color Hex Logo

#4721fb Color Hex

#4721FB
(71,33,251)
0 Favorites   0 Comments

Color spaces of #4721fb

RGB 7133251
HSL0.700.960.56
HSV250°87°98°
CMYK 0.720.870.00   0.02
XYZ20.55509.392391.9963
Yxy9.39230.16860.0770
Hunter Lab30.646966.0888-156.5250
CIE-Lab36.728972.8413-98.1628

#4721fb color RGB value is (71,33,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 11111011
Octal 107 41 373
Decimal 71 33 251
Hex 47 21 FB

RGB Percentages of Color #4721fb

%20.00
%9.30
%70.70

CMYK Percentages of Color #4721fb

%72
%87
%0
%2

Triadic Colors of #4721fb

#4721fb #fb4721 #21fb47

Analogous Colors of #4721fb

#4721fb #b421fb #2168fb

Monochromatic Colors of #4721fb

#4721fb

Complementary Color

#4721fb #d5fb21

#4721fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4721fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4721fb Color CSS Codes

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

#4721fb Text Font Color

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

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


#4721fb Background Color

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

This div background color is #4721fb


#4721fb Border Color

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

This div border color is #4721fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4721fb


Comments

No comments written yet.

Please login to write comment.