Color Hex Logo

#4708fa Color Hex

#4708FA
(71,8,250)
0 Favorites   0 Comments

Color spaces of #4708fa

RGB 718250
HSL0.710.960.51
HSV256°97°98°
CMYK 0.720.970.00   0.02
XYZ19.94078.415491.0158
Yxy8.41540.16700.0705
Hunter Lab29.009371.9328-165.7140
CIE-Lab34.833477.9912-100.7567

#4708fa color RGB value is (71,8,250).

#4708fa hex color red value is 71, green value is 8 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4708fa hue: 0.71 , saturation: 0.96 and the lightness value of 4708fa is 0.51.

The process color (four color CMYK) of #4708fa color hex is 0.72, 0.97, 0.00, 0.02. Web safe color of #4708fa is #3300ff. Color #4708fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 11111010
Octal 107 10 372
Decimal 71 8 250
Hex 47 8 FA

RGB Percentages of Color #4708fa

%21.58
%2.43
%75.99

CMYK Percentages of Color #4708fa

%72
%97
%0
%2

Triadic Colors of #4708fa

#4708fa #fa4708 #08fa47

Analogous Colors of #4708fa

#4708fa #c008fa #0842fa

Monochromatic Colors of #4708fa

#4708fa

Complementary Color

#4708fa #bbfa08

#4708fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4708fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4708fa Color CSS Codes

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

#4708fa Text Font Color

<p style="color:#4708fa">Text here</p>

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


#4708fa Background Color

<div style="background-color:#4708fa">
Div content here</div>

This div background color is #4708fa


#4708fa Border Color

<div style="border:3px solid #4708fa">
Div here</div>

This div border color is #4708fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,8,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4708fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4708fa;
  -webkit-box-shadow: 1px 1px 3px 2px #4708fa;
  box-shadow:         1px 1px 3px 2px #4708fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4708fa


Comments

No comments written yet.

Please login to write comment.