Color Hex Logo

#4704ae Color Hex

#4704AE
(71,4,174)
0 Favorites   0 Comments

Color spaces of #4704ae

RGB 714174
HSL0.730.960.35
HSV264°98°68°
CMYK 0.590.980.00   0.32
XYZ10.28194.482440.3677
Yxy4.48240.18650.0813
Hunter Lab21.171749.6370-98.2271
CIE-Lab25.206160.6277-72.6322

#4704ae color RGB value is (71,4,174).

#4704ae hex color red value is 71, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4704ae hue: 0.73 , saturation: 0.96 and the lightness value of 4704ae is 0.35.

The process color (four color CMYK) of #4704ae color hex is 0.59, 0.98, 0.00, 0.32. Web safe color of #4704ae is #330099. Color #4704ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000100 10101110
Octal 107 4 256
Decimal 71 4 174
Hex 47 4 AE

RGB Percentages of Color #4704ae

%28.51
%1.61
%69.88

CMYK Percentages of Color #4704ae

%59
%98
%0
%32

Triadic Colors of #4704ae

#4704ae #ae4704 #04ae47

Analogous Colors of #4704ae

#4704ae #9c04ae #0416ae

Monochromatic Colors of #4704ae

#4704ae

Complementary Color

#4704ae #6bae04

#4704ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4704ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4704ae Color CSS Codes

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

#4704ae Text Font Color

<p style="color:#4704ae">Text here</p>

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


#4704ae Background Color

<div style="background-color:#4704ae">
Div content here</div>

This div background color is #4704ae


#4704ae Border Color

<div style="border:3px solid #4704ae">
Div here</div>

This div border color is #4704ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,4,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4704ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4704ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4704ae;
  box-shadow:         1px 1px 3px 2px #4704ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4704ae


Comments

No comments written yet.

Please login to write comment.