Color Hex Logo

#478182 Color Hex

#478182
(71,129,130)
0 Favorites   0 Comments

Color spaces of #478182

RGB 71129130
HSL0.500.290.39
HSV181°45°51°
CMYK 0.450.010.00   0.49
XYZ14.478118.651823.9562
Yxy18.65180.25360.3267
Hunter Lab43.1877-15.7388-2.6567
CIE-Lab50.2773-18.6475-6.4682

#478182 color RGB value is (71,129,130).

#478182 hex color red value is 71, green value is 129 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #478182 hue: 0.50 , saturation: 0.29 and the lightness value of 478182 is 0.39.

The process color (four color CMYK) of #478182 color hex is 0.45, 0.01, 0.00, 0.49. Web safe color of #478182 is #339999. Color #478182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10000001 10000010
Octal 107 201 202
Decimal 71 129 130
Hex 47 81 82

RGB Percentages of Color #478182

%21.52
%39.09
%39.39

CMYK Percentages of Color #478182

%45
%1
%0
%49

Triadic Colors of #478182

#478182 #824781 #818247

Analogous Colors of #478182

#478182 #476482 #478266

Monochromatic Colors of #478182

#478182

Complementary Color

#478182 #824847

#478182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#478182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#478182 Color CSS Codes

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

#478182 Text Font Color

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

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


#478182 Background Color

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

This div background color is #478182


#478182 Border Color

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

This div border color is #478182


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,129,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #478182; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #478182;
  -webkit-box-shadow: 1px 1px 3px 2px #478182;
  box-shadow:         1px 1px 3px 2px #478182; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #478182


Comments

No comments written yet.

Please login to write comment.