Color Hex Logo

#478bcd Color Hex

#478BCD
(71,139,205)
0 Favorites   0 Comments

Color spaces of #478bcd

RGB 71139205
HSL0.580.570.54
HSV210°65°80°
CMYK 0.650.320.00   0.20
XYZ22.850624.212661.2268
Yxy24.21260.21100.2236
Hunter Lab49.2063-3.2185-39.3294
CIE-Lab56.3000-0.7364-40.4233

#478bcd color RGB value is (71,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001011 11001101
Octal 107 213 315
Decimal 71 139 205
Hex 47 8B CD

RGB Percentages of Color #478bcd

%17.11
%33.49
%49.40

CMYK Percentages of Color #478bcd

%65
%32
%0
%20

Triadic Colors of #478bcd

#478bcd #cd478b #8bcd47

Analogous Colors of #478bcd

#478bcd #4748cd #47cdcc

Monochromatic Colors of #478bcd

#478bcd

Complementary Color

#478bcd #cd8947

#478bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#478bcd Color CSS Codes

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

#478bcd Text Font Color

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

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


#478bcd Background Color

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

This div background color is #478bcd


#478bcd Border Color

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

This div border color is #478bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,139,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 #478bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478bcd


Comments

No comments written yet.

Please login to write comment.