Color Hex Logo

#478fc1 Color Hex

#478FC1
(71,143,193)
0 Favorites   0 Comments

Color spaces of #478fc1

RGB 71143193
HSL0.570.500.52
HSV205°63°76°
CMYK 0.630.260.00   0.24
XYZ22.046624.834854.0837
Yxy24.83480.21840.2460
Hunter Lab49.8345-8.2427-29.4612
CIE-Lab56.9141-7.0732-32.6776

#478fc1 color RGB value is (71,143,193).

#478fc1 hex color red value is 71, green value is 143 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #478fc1 hue: 0.57 , saturation: 0.50 and the lightness value of 478fc1 is 0.52.

The process color (four color CMYK) of #478fc1 color hex is 0.63, 0.26, 0.00, 0.24. Web safe color of #478fc1 is #3399cc. Color #478fc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001111 11000001
Octal 107 217 301
Decimal 71 143 193
Hex 47 8F C1

RGB Percentages of Color #478fc1

%17.44
%35.14
%47.42

CMYK Percentages of Color #478fc1

%63
%26
%0
%24

Triadic Colors of #478fc1

#478fc1 #c1478f #8fc147

Analogous Colors of #478fc1

#478fc1 #4752c1 #47c1b6

Monochromatic Colors of #478fc1

#478fc1

Complementary Color

#478fc1 #c17947

#478fc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478fc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478fc1 Color CSS Codes

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

#478fc1 Text Font Color

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

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


#478fc1 Background Color

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

This div background color is #478fc1


#478fc1 Border Color

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

This div border color is #478fc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478fc1


Comments

No comments written yet.

Please login to write comment.