Color Hex Logo

#478fce Color Hex

#478FCE
(71,143,206)
0 Favorites   0 Comments

Color spaces of #478fce

RGB 71143206
HSL0.580.580.54
HSV208°66°81°
CMYK 0.660.310.00   0.19
XYZ23.561625.440762.0612
Yxy25.44070.21210.2291
Hunter Lab50.4388-4.8847-37.6448
CIE-Lab57.5023-2.7269-39.0969

#478fce color RGB value is (71,143,206).

#478fce hex color red value is 71, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #478fce hue: 0.58 , saturation: 0.58 and the lightness value of 478fce is 0.54.

The process color (four color CMYK) of #478fce color hex is 0.66, 0.31, 0.00, 0.19. Web safe color of #478fce is #3399cc. Color #478fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11001110
Octal 107 217 316
Decimal 71 143 206
Hex 47 8F CE

RGB Percentages of Color #478fce

%16.90
%34.05
%49.05

CMYK Percentages of Color #478fce

%66
%31
%0
%19

Triadic Colors of #478fce

#478fce #ce478f #8fce47

Analogous Colors of #478fce

#478fce #474cce #47ceca

Monochromatic Colors of #478fce

#478fce

Complementary Color

#478fce #ce8647

#478fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fce Color CSS Codes

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

#478fce Text Font Color

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

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


#478fce Background Color

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

This div background color is #478fce


#478fce Border Color

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

This div border color is #478fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fce


Comments

No comments written yet.

Please login to write comment.