Color Hex Logo

#478dcc Color Hex

#478DCC
(71,141,204)
0 Favorites   0 Comments

Color spaces of #478dcc

RGB 71141204
HSL0.580.570.54
HSV208°65°80°
CMYK 0.650.310.00   0.20
XYZ23.022524.749060.6904
Yxy24.74900.21230.2282
Hunter Lab49.7484-4.4536-37.5068
CIE-Lab56.8300-2.2432-39.0260

#478dcc color RGB value is (71,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001101 11001100
Octal 107 215 314
Decimal 71 141 204
Hex 47 8D CC

RGB Percentages of Color #478dcc

%17.07
%33.89
%49.04

CMYK Percentages of Color #478dcc

%65
%31
%0
%20

Triadic Colors of #478dcc

#478dcc #cc478d #8dcc47

Analogous Colors of #478dcc

#478dcc #474bcc #47ccc9

Monochromatic Colors of #478dcc

#478dcc

Complementary Color

#478dcc #cc8647

#478dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#478dcc Color CSS Codes

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

#478dcc Text Font Color

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

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


#478dcc Background Color

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

This div background color is #478dcc


#478dcc Border Color

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

This div border color is #478dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478dcc


Comments

No comments written yet.

Please login to write comment.