Color Hex Logo

#43847d Color Hex

#43847D
(67,132,125)
0 Favorites   0 Comments

Color spaces of #43847d

RGB 67132125
HSL0.480.330.39
HSV174°49°52°
CMYK 0.490.000.05   0.48
XYZ14.267719.176522.3515
Yxy19.17650.25570.3437
Hunter Lab43.7910-18.47650.3913
CIE-Lab50.8931-22.6014-2.6482

#43847d color RGB value is (67,132,125).

#43847d hex color red value is 67, green value is 132 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #43847d hue: 0.48 , saturation: 0.33 and the lightness value of 43847d is 0.39.

The process color (four color CMYK) of #43847d color hex is 0.49, 0.00, 0.05, 0.48. Web safe color of #43847d is #339966. Color #43847d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000100 01111101
Octal 103 204 175
Decimal 67 132 125
Hex 43 84 7D

RGB Percentages of Color #43847d

%20.68
%40.74
%38.58

CMYK Percentages of Color #43847d

%49
%0
%5
%48

Triadic Colors of #43847d

#43847d #7d4384 #847d43

Analogous Colors of #43847d

#43847d #436b84 #43845d

Monochromatic Colors of #43847d

#43847d

Complementary Color

#43847d #84434a

#43847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43847d Color CSS Codes

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

#43847d Text Font Color

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

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


#43847d Background Color

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

This div background color is #43847d


#43847d Border Color

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

This div border color is #43847d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,132,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43847d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43847d;
  -webkit-box-shadow: 1px 1px 3px 2px #43847d;
  box-shadow:         1px 1px 3px 2px #43847d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,132,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43847d


Comments

No comments written yet.

Please login to write comment.