Color Hex Logo

#472ade Color Hex

#472ADE
(71,42,222)
0 Favorites   0 Comments

Color spaces of #472ade

RGB 7142222
HSL0.690.730.52
HSV250°81°87°
CMYK 0.680.810.00   0.13
XYZ16.61138.269469.8279
Yxy8.26940.17540.0873
Hunter Lab28.756652.7870-123.8409
CIE-Lab34.537861.7141-85.3383

#472ade color RGB value is (71,42,222).

#472ade hex color red value is 71, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #472ade hue: 0.69 , saturation: 0.73 and the lightness value of 472ade is 0.52.

The process color (four color CMYK) of #472ade color hex is 0.68, 0.81, 0.00, 0.13. Web safe color of #472ade is #3333cc. Color #472ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101010 11011110
Octal 107 52 336
Decimal 71 42 222
Hex 47 2A DE

RGB Percentages of Color #472ade

%21.19
%12.54
%66.27

CMYK Percentages of Color #472ade

%68
%81
%0
%13

Triadic Colors of #472ade

#472ade #de472a #2ade47

Analogous Colors of #472ade

#472ade #a12ade #2a67de

Monochromatic Colors of #472ade

#472ade

Complementary Color

#472ade #c1de2a

#472ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#472ade Color CSS Codes

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

#472ade Text Font Color

<p style="color:#472ade">Text here</p>

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


#472ade Background Color

<div style="background-color:#472ade">
Div content here</div>

This div background color is #472ade


#472ade Border Color

<div style="border:3px solid #472ade">
Div here</div>

This div border color is #472ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,42,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #472ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #472ade;
  -webkit-box-shadow: 1px 1px 3px 2px #472ade;
  box-shadow:         1px 1px 3px 2px #472ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472ade


Comments

No comments written yet.

Please login to write comment.