Color Hex Logo

#4716ff Color Hex

#4716FF
(71,22,255)
0 Favorites   0 Comments

Color spaces of #4716ff

RGB 7122255
HSL0.701.000.54
HSV253°91°100°
CMYK 0.720.910.00   0.00
XYZ20.93549.133495.2672
Yxy9.13340.16700.0729
Hunter Lab30.221570.7649-165.7446
CIE-Lab36.239976.7892-101.2207

#4716ff color RGB value is (71,22,255).

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

The process color (four color CMYK) of #4716ff color hex is 0.72, 0.91, 0.00, 0.00. Web safe color of #4716ff is #3300ff. Color #4716ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010110 11111111
Octal 107 26 377
Decimal 71 22 255
Hex 47 16 FF

RGB Percentages of Color #4716ff

%20.40
%6.32
%73.28

CMYK Percentages of Color #4716ff

%72
%91
%0
%0

Triadic Colors of #4716ff

#4716ff #ff4716 #16ff47

Analogous Colors of #4716ff

#4716ff #bc16ff #1659ff

Monochromatic Colors of #4716ff

#4716ff

Complementary Color

#4716ff #ceff16

#4716ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4716ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4716ff Color CSS Codes

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

#4716ff Text Font Color

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

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


#4716ff Background Color

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

This div background color is #4716ff


#4716ff Border Color

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

This div border color is #4716ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4716ff

Related Colors


Comments

No comments written yet.

Please login to write comment.