Color Hex Logo

#4708ea Color Hex

#4708EA
(71,8,234)
0 Favorites   0 Comments

Color spaces of #4708ea

RGB 718234
HSL0.710.930.47
HSV257°97°92°
CMYK 0.700.970.00   0.08
XYZ17.53667.453878.3563
Yxy7.45380.16970.0721
Hunter Lab27.301666.8776-151.0524
CIE-Lab32.818474.2221-95.0564

#4708ea color RGB value is (71,8,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001000 11101010
Octal 107 10 352
Decimal 71 8 234
Hex 47 8 EA

RGB Percentages of Color #4708ea

%22.68
%2.56
%74.76

CMYK Percentages of Color #4708ea

%70
%97
%0
%8

Triadic Colors of #4708ea

#4708ea #ea4708 #08ea47

Analogous Colors of #4708ea

#4708ea #b808ea #083aea

Monochromatic Colors of #4708ea

#4708ea

Complementary Color

#4708ea #abea08

#4708ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4708ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4708ea Color CSS Codes

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

#4708ea Text Font Color

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

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


#4708ea Background Color

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

This div background color is #4708ea


#4708ea Border Color

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

This div border color is #4708ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4708ea


Comments

No comments written yet.

Please login to write comment.