Color Hex Logo

#478eca Color Hex

#478ECA
(71,142,202)
0 Favorites   0 Comments

Color spaces of #478eca

RGB 71142202
HSL0.580.550.54
HSV207°65°79°
CMYK 0.650.300.00   0.21
XYZ22.932224.949959.4843
Yxy24.94990.21360.2324
Hunter Lab49.9499-5.4622-35.6424
CIE-Lab57.0266-3.4984-37.5895

#478eca color RGB value is (71,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10001110 11001010
Octal 107 216 312
Decimal 71 142 202
Hex 47 8E CA

RGB Percentages of Color #478eca

%17.11
%34.22
%48.67

CMYK Percentages of Color #478eca

%65
%30
%0
%21

Triadic Colors of #478eca

#478eca #ca478e #8eca47

Analogous Colors of #478eca

#478eca #474dca #47cac5

Monochromatic Colors of #478eca

#478eca

Complementary Color

#478eca #ca8347

#478eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#478eca Color CSS Codes

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

#478eca Text Font Color

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

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


#478eca Background Color

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

This div background color is #478eca


#478eca Border Color

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

This div border color is #478eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478eca


Comments

No comments written yet.

Please login to write comment.