Color Hex Logo

#472ca1 Color Hex

#472CA1
(71,44,161)
0 Favorites   0 Comments

Color spaces of #472ca1

RGB 7144161
HSL0.710.570.40
HSV254°73°63°
CMYK 0.560.730.00   0.37
XYZ9.93225.714234.2977
Yxy5.71420.19890.1144
Hunter Lab23.904432.3335-68.3354
CIE-Lab28.679742.9233-59.0474

#472ca1 color RGB value is (71,44,161).

#472ca1 hex color red value is 71, green value is 44 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #472ca1 hue: 0.71 , saturation: 0.57 and the lightness value of 472ca1 is 0.40.

The process color (four color CMYK) of #472ca1 color hex is 0.56, 0.73, 0.00, 0.37. Web safe color of #472ca1 is #333399. Color #472ca1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101100 10100001
Octal 107 54 241
Decimal 71 44 161
Hex 47 2C A1

RGB Percentages of Color #472ca1

%25.72
%15.94
%58.33

CMYK Percentages of Color #472ca1

%56
%73
%0
%37

Triadic Colors of #472ca1

#472ca1 #a1472c #2ca147

Analogous Colors of #472ca1

#472ca1 #822ca1 #2c4ca1

Monochromatic Colors of #472ca1

#472ca1

Complementary Color

#472ca1 #86a12c

#472ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472ca1 Color CSS Codes

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

#472ca1 Text Font Color

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

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


#472ca1 Background Color

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

This div background color is #472ca1


#472ca1 Border Color

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

This div border color is #472ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472ca1


Comments

No comments written yet.

Please login to write comment.