Color Hex Logo

#4706fe Color Hex

#4706FE
(71,6,254)
0 Favorites   0 Comments

Color spaces of #4706fe

RGB 716254
HSL0.710.990.51
HSV256°98°100°
CMYK 0.720.980.00   0.00
XYZ20.55318.625694.3476
Yxy8.62560.16640.0698
Hunter Lab29.369473.5204-169.9075
CIE-Lab35.253279.1927-102.3044

#4706fe color RGB value is (71,6,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000110 11111110
Octal 107 6 376
Decimal 71 6 254
Hex 47 6 FE

RGB Percentages of Color #4706fe

%21.45
%1.81
%76.74

CMYK Percentages of Color #4706fe

%72
%98
%0
%0

Triadic Colors of #4706fe

#4706fe #fe4706 #06fe47

Analogous Colors of #4706fe

#4706fe #c306fe #0641fe

Monochromatic Colors of #4706fe

#4706fe

Complementary Color

#4706fe #bdfe06

#4706fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4706fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4706fe Color CSS Codes

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

#4706fe Text Font Color

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

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


#4706fe Background Color

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

This div background color is #4706fe


#4706fe Border Color

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

This div border color is #4706fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4706fe


Comments

No comments written yet.

Please login to write comment.