Color Hex Logo

#478cdc Color Hex

#478CDC
(71,140,220)
0 Favorites   0 Comments

Color spaces of #478cdc

RGB 71140220
HSL0.590.680.57
HSV212°68°86°
CMYK 0.680.360.00   0.14
XYZ24.894925.263171.2743
Yxy25.26310.20500.2080
Hunter Lab50.26240.4516-48.8921
CIE-Lab57.33093.8283-47.2226

#478cdc color RGB value is (71,140,220).

#478cdc hex color red value is 71, green value is 140 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #478cdc hue: 0.59 , saturation: 0.68 and the lightness value of 478cdc is 0.57.

The process color (four color CMYK) of #478cdc color hex is 0.68, 0.36, 0.00, 0.14. Web safe color of #478cdc is #3399cc. Color #478cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001100 11011100
Octal 107 214 334
Decimal 71 140 220
Hex 47 8C DC

RGB Percentages of Color #478cdc

%16.47
%32.48
%51.04

CMYK Percentages of Color #478cdc

%68
%36
%0
%14

Triadic Colors of #478cdc

#478cdc #dc478c #8cdc47

Analogous Colors of #478cdc

#478cdc #4c47dc #47d7dc

Monochromatic Colors of #478cdc

#478cdc

Complementary Color

#478cdc #dc9747

#478cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#478cdc Color CSS Codes

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

#478cdc Text Font Color

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

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


#478cdc Background Color

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

This div background color is #478cdc


#478cdc Border Color

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

This div border color is #478cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478cdc


Comments

No comments written yet.

Please login to write comment.