Color Hex Logo

#478ecd Color Hex

#478ECD
(71,142,205)
0 Favorites   0 Comments

Color spaces of #478ecd

RGB 71142205
HSL0.580.570.54
HSV208°65°80°
CMYK 0.650.310.00   0.20
XYZ23.291025.093461.3735
Yxy25.09340.21220.2286
Hunter Lab50.0933-4.6693-37.5758
CIE-Lab57.1663-2.4857-39.0614

#478ecd color RGB value is (71,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11001101
Octal 107 216 315
Decimal 71 142 205
Hex 47 8E CD

RGB Percentages of Color #478ecd

%16.99
%33.97
%49.04

CMYK Percentages of Color #478ecd

%65
%31
%0
%20

Triadic Colors of #478ecd

#478ecd #cd478e #8ecd47

Analogous Colors of #478ecd

#478ecd #474bcd #47cdc9

Monochromatic Colors of #478ecd

#478ecd

Complementary Color

#478ecd #cd8647

#478ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#478ecd Color CSS Codes

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

#478ecd Text Font Color

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

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


#478ecd Background Color

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

This div background color is #478ecd


#478ecd Border Color

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

This div border color is #478ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478ecd


Comments

No comments written yet.

Please login to write comment.