Color Hex Logo

#478beb Color Hex

#478BEB
(71,139,235)
0 Favorites   0 Comments

Color spaces of #478beb

RGB 71139235
HSL0.600.800.60
HSV215°70°92°
CMYK 0.700.410.00   0.08
XYZ26.826525.803082.1638
Yxy25.80300.19900.1914
Hunter Lab50.79675.3745-60.3442
CIE-Lab57.84969.6612-54.7564

#478beb color RGB value is (71,139,235).

#478beb hex color red value is 71, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #478beb hue: 0.60 , saturation: 0.80 and the lightness value of 478beb is 0.60.

The process color (four color CMYK) of #478beb color hex is 0.70, 0.41, 0.00, 0.08. Web safe color of #478beb is #3399ff. Color #478beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 11101011
Octal 107 213 353
Decimal 71 139 235
Hex 47 8B EB

RGB Percentages of Color #478beb

%15.96
%31.24
%52.81

CMYK Percentages of Color #478beb

%70
%41
%0
%8

Triadic Colors of #478beb

#478beb #eb478b #8beb47

Analogous Colors of #478beb

#478beb #5547eb #47ddeb

Monochromatic Colors of #478beb

#478beb

Complementary Color

#478beb #eba747

#478beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#478beb Color CSS Codes

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

#478beb Text Font Color

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

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


#478beb Background Color

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

This div background color is #478beb


#478beb Border Color

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

This div border color is #478beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478beb


Comments

No comments written yet.

Please login to write comment.