Color Hex Logo

#478be0 Color Hex

#478BE0
(71,139,224)
0 Favorites   0 Comments

Color spaces of #478be0

RGB 71139224
HSL0.590.710.58
HSV213°68°88°
CMYK 0.680.380.00   0.12
XYZ25.285725.186674.0498
Yxy25.18660.20310.2023
Hunter Lab50.18632.1090-52.3520
CIE-Lab57.25685.8129-49.5758

#478be0 color RGB value is (71,139,224).

#478be0 hex color red value is 71, green value is 139 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #478be0 hue: 0.59 , saturation: 0.71 and the lightness value of 478be0 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 11100000
Octal 107 213 340
Decimal 71 139 224
Hex 47 8B E0

RGB Percentages of Color #478be0

%16.36
%32.03
%51.61

CMYK Percentages of Color #478be0

%68
%38
%0
%12

Triadic Colors of #478be0

#478be0 #e0478b #8be047

Analogous Colors of #478be0

#478be0 #5047e0 #47d8e0

Monochromatic Colors of #478be0

#478be0

Complementary Color

#478be0 #e09c47

#478be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478be0 Color CSS Codes

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

#478be0 Text Font Color

<p style="color:#478be0">Text here</p>

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


#478be0 Background Color

<div style="background-color:#478be0">
Div content here</div>

This div background color is #478be0


#478be0 Border Color

<div style="border:3px solid #478be0">
Div here</div>

This div border color is #478be0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,139,224, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478be0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478be0;
  -webkit-box-shadow: 1px 1px 3px 2px #478be0;
  box-shadow:         1px 1px 3px 2px #478be0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478be0


Comments

No comments written yet.

Please login to write comment.