Color Hex Logo

#4722ff Color Hex

#4722FF
(71,34,255)
0 Favorites   0 Comments

Color spaces of #4722ff

RGB 7134255
HSL0.691.000.57
HSV250°87°100°
CMYK 0.720.870.00   0.00
XYZ21.22069.703695.3623
Yxy9.70360.16800.0768
Hunter Lab31.150667.0853-159.7009
CIE-Lab37.305173.5626-99.4477

#4722ff color RGB value is (71,34,255).

#4722ff hex color red value is 71, green value is 34 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4722ff hue: 0.69 , saturation: 1.00 and the lightness value of 4722ff is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100010 11111111
Octal 107 42 377
Decimal 71 34 255
Hex 47 22 FF

RGB Percentages of Color #4722ff

%19.72
%9.44
%70.83

CMYK Percentages of Color #4722ff

%72
%87
%0
%0

Triadic Colors of #4722ff

#4722ff #ff4722 #22ff47

Analogous Colors of #4722ff

#4722ff #b622ff #226cff

Monochromatic Colors of #4722ff

#4722ff

Complementary Color

#4722ff #daff22

#4722ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4722ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4722ff Color CSS Codes

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

#4722ff Text Font Color

<p style="color:#4722ff">Text here</p>

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


#4722ff Background Color

<div style="background-color:#4722ff">
Div content here</div>

This div background color is #4722ff


#4722ff Border Color

<div style="border:3px solid #4722ff">
Div here</div>

This div border color is #4722ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,34,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4722ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4722ff;
  -webkit-box-shadow: 1px 1px 3px 2px #4722ff;
  box-shadow:         1px 1px 3px 2px #4722ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4722ff

Related Colors


Comments

No comments written yet.

Please login to write comment.