Color Hex Logo

#47affe Color Hex

#47AFFE
(71,175,254)
0 Favorites   0 Comments

Color spaces of #47affe

RGB 71175254
HSL0.570.990.64
HSV206°72°100°
CMYK 0.720.310.00   0.00
XYZ35.817939.155399.4359
Yxy39.15530.20540.2245
Hunter Lab62.5742-7.3302-50.4151
CIE-Lab68.8636-4.6390-47.7233

#47affe color RGB value is (71,175,254).

#47affe hex color red value is 71, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #47affe hue: 0.57 , saturation: 0.99 and the lightness value of 47affe is 0.64.

The process color (four color CMYK) of #47affe color hex is 0.72, 0.31, 0.00, 0.00. Web safe color of #47affe is #3399ff. Color #47affe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10101111 11111110
Octal 107 257 376
Decimal 71 175 254
Hex 47 AF FE

RGB Percentages of Color #47affe

%14.20
%35.00
%50.80

CMYK Percentages of Color #47affe

%72
%31
%0
%0

Triadic Colors of #47affe

#47affe #fe47af #affe47

Analogous Colors of #47affe

#47affe #4754fe #47fef2

Monochromatic Colors of #47affe

#47affe

Complementary Color

#47affe #fe9647

#47affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#47affe Color CSS Codes

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

#47affe Text Font Color

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

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


#47affe Background Color

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

This div background color is #47affe


#47affe Border Color

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

This div border color is #47affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47affe


Comments

No comments written yet.

Please login to write comment.