Color Hex Logo

#4700fe Color Hex

#4700FE
(71,0,254)
0 Favorites   0 Comments

Color spaces of #4700fe

RGB 710254
HSL0.711.000.50
HSV257°100°100°
CMYK 0.721.000.00   0.00
XYZ20.48798.495494.3259
Yxy8.49540.16620.0689
Hunter Lab29.146974.4641-171.4731
CIE-Lab34.994079.9922-102.7367

#4700fe color RGB value is (71,0,254).

#4700fe hex color red value is 71, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4700fe hue: 0.71 , saturation: 1.00 and the lightness value of 4700fe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000000 11111110
Octal 107 0 376
Decimal 71 0 254
Hex 47 0 FE

RGB Percentages of Color #4700fe

%21.85
%0.00
%78.15

CMYK Percentages of Color #4700fe

%72
%100
%0
%0

Triadic Colors of #4700fe

#4700fe #fe4700 #00fe47

Analogous Colors of #4700fe

#4700fe #c600fe #0038fe

Monochromatic Colors of #4700fe

#4700fe

Complementary Color

#4700fe #b7fe00

#4700fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4700fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4700fe Color CSS Codes

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

#4700fe Text Font Color

<p style="color:#4700fe">Text here</p>

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


#4700fe Background Color

<div style="background-color:#4700fe">
Div content here</div>

This div background color is #4700fe


#4700fe Border Color

<div style="border:3px solid #4700fe">
Div here</div>

This div border color is #4700fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,0,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4700fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4700fe;
  -webkit-box-shadow: 1px 1px 3px 2px #4700fe;
  box-shadow:         1px 1px 3px 2px #4700fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4700fe

#4700fe Color Palettes


Comments

No comments written yet.

Please login to write comment.