Color Hex Logo

#4710ff Color Hex

#4710FF
(71,16,255)
0 Favorites   0 Comments

Color spaces of #4710ff

RGB 7116255
HSL0.711.000.53
HSV254°94°100°
CMYK 0.720.940.00   0.00
XYZ20.83388.930295.2334
Yxy8.93020.16670.0714
Hunter Lab29.883472.1486-168.0287
CIE-Lab35.849677.9823-101.8711

#4710ff color RGB value is (71,16,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 11111111
Octal 107 20 377
Decimal 71 16 255
Hex 47 10 FF

RGB Percentages of Color #4710ff

%20.76
%4.68
%74.56

CMYK Percentages of Color #4710ff

%72
%94
%0
%0

Triadic Colors of #4710ff

#4710ff #ff4710 #10ff47

Analogous Colors of #4710ff

#4710ff #bf10ff #1051ff

Monochromatic Colors of #4710ff

#4710ff

Complementary Color

#4710ff #c8ff10

#4710ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4710ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4710ff Color CSS Codes

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

#4710ff Text Font Color

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

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


#4710ff Background Color

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

This div background color is #4710ff


#4710ff Border Color

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

This div border color is #4710ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4710ff

Related Colors


Comments

No comments written yet.

Please login to write comment.