Color Hex Logo

#472ad1 Color Hex

#472AD1
(71,42,209)
0 Favorites   0 Comments

Color spaces of #472ad1

RGB 7142209
HSL0.700.670.49
HSV250°80°82°
CMYK 0.660.800.00   0.18
XYZ14.93517.599061.0012
Yxy7.59900.17880.0910
Hunter Lab27.566348.4683-111.9059
CIE-Lab33.133458.0293-80.1627

#472ad1 color RGB value is (71,42,209).

#472ad1 hex color red value is 71, green value is 42 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #472ad1 hue: 0.70 , saturation: 0.67 and the lightness value of 472ad1 is 0.49.

The process color (four color CMYK) of #472ad1 color hex is 0.66, 0.80, 0.00, 0.18. Web safe color of #472ad1 is #3333cc. Color #472ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101010 11010001
Octal 107 52 321
Decimal 71 42 209
Hex 47 2A D1

RGB Percentages of Color #472ad1

%22.05
%13.04
%64.91

CMYK Percentages of Color #472ad1

%66
%80
%0
%18

Triadic Colors of #472ad1

#472ad1 #d1472a #2ad147

Analogous Colors of #472ad1

#472ad1 #9b2ad1 #2a61d1

Monochromatic Colors of #472ad1

#472ad1

Complementary Color

#472ad1 #b4d12a

#472ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472ad1 Color CSS Codes

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

#472ad1 Text Font Color

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

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


#472ad1 Background Color

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

This div background color is #472ad1


#472ad1 Border Color

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

This div border color is #472ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472ad1


Comments

No comments written yet.

Please login to write comment.