Color Hex Logo

#47a1e1 Color Hex

#47A1E1
(71,161,225)
0 Favorites   0 Comments

Color spaces of #47a1e1

RGB 71161225
HSL0.570.720.58
HSV205°68°88°
CMYK 0.680.280.00   0.12
XYZ28.934032.265675.9371
Yxy32.26560.21100.2353
Hunter Lab56.8028-8.4813-39.5001
CIE-Lab63.5618-6.5873-40.1868

#47a1e1 color RGB value is (71,161,225).

#47a1e1 hex color red value is 71, green value is 161 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #47a1e1 hue: 0.57 , saturation: 0.72 and the lightness value of 47a1e1 is 0.58.

The process color (four color CMYK) of #47a1e1 color hex is 0.68, 0.28, 0.00, 0.12. Web safe color of #47a1e1 is #3399cc. Color #47a1e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10100001 11100001
Octal 107 241 341
Decimal 71 161 225
Hex 47 A1 E1

RGB Percentages of Color #47a1e1

%15.54
%35.23
%49.23

CMYK Percentages of Color #47a1e1

%68
%28
%0
%12

Triadic Colors of #47a1e1

#47a1e1 #e147a1 #a1e147

Analogous Colors of #47a1e1

#47a1e1 #4754e1 #47e1d4

Monochromatic Colors of #47a1e1

#47a1e1

Complementary Color

#47a1e1 #e18747

#47a1e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a1e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a1e1 Color CSS Codes

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

#47a1e1 Text Font Color

<p style="color:#47a1e1">Text here</p>

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


#47a1e1 Background Color

<div style="background-color:#47a1e1">
Div content here</div>

This div background color is #47a1e1


#47a1e1 Border Color

<div style="border:3px solid #47a1e1">
Div here</div>

This div border color is #47a1e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a1e1


Comments

No comments written yet.

Please login to write comment.