Color Hex Logo

#47a0ed Color Hex

#47A0ED
(71,160,237)
0 Favorites   0 Comments

Color spaces of #47a0ed

RGB 71160237
HSL0.580.820.60
HSV208°70°93°
CMYK 0.700.320.00   0.07
XYZ30.455432.595684.8072
Yxy32.59560.20600.2205
Hunter Lab57.0926-4.6931-48.1066
CIE-Lab63.8321-1.9576-46.3738

#47a0ed color RGB value is (71,160,237).

#47a0ed hex color red value is 71, green value is 160 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #47a0ed hue: 0.58 , saturation: 0.82 and the lightness value of 47a0ed is 0.60.

The process color (four color CMYK) of #47a0ed color hex is 0.70, 0.32, 0.00, 0.07. Web safe color of #47a0ed is #3399ff. Color #47a0ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10100000 11101101
Octal 107 240 355
Decimal 71 160 237
Hex 47 A0 ED

RGB Percentages of Color #47a0ed

%15.17
%34.19
%50.64

CMYK Percentages of Color #47a0ed

%70
%32
%0
%7

Triadic Colors of #47a0ed

#47a0ed #ed47a0 #a0ed47

Analogous Colors of #47a0ed

#47a0ed #474ded #47ede7

Monochromatic Colors of #47a0ed

#47a0ed

Complementary Color

#47a0ed #ed9447

#47a0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47a0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#47a0ed Color CSS Codes

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

#47a0ed Text Font Color

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

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


#47a0ed Background Color

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

This div background color is #47a0ed


#47a0ed Border Color

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

This div border color is #47a0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47a0ed


Comments

No comments written yet.

Please login to write comment.