Color Hex Logo

#43347d Color Hex

#43347D
(67,52,125)
0 Favorites   0 Comments

Color spaces of #43347d

RGB 6752125
HSL0.700.410.35
HSV252°58°49°
CMYK 0.460.580.00   0.51
XYZ7.24445.129920.0104
Yxy5.12990.22370.1584
Hunter Lab22.649317.4572-36.5276
CIE-Lab27.101726.2114-39.3958

#43347d color RGB value is (67,52,125).

#43347d hex color red value is 67, green value is 52 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #43347d hue: 0.70 , saturation: 0.41 and the lightness value of 43347d is 0.35.

The process color (four color CMYK) of #43347d color hex is 0.46, 0.58, 0.00, 0.51. Web safe color of #43347d is #333366. Color #43347d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110100 01111101
Octal 103 64 175
Decimal 67 52 125
Hex 43 34 7D

RGB Percentages of Color #43347d

%27.46
%21.31
%51.23

CMYK Percentages of Color #43347d

%46
%58
%0
%51

Triadic Colors of #43347d

#43347d #7d4334 #347d43

Analogous Colors of #43347d

#43347d #68347d #344a7d

Monochromatic Colors of #43347d

#43347d

Complementary Color

#43347d #6e7d34

#43347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43347d Color CSS Codes

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

#43347d Text Font Color

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

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


#43347d Background Color

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

This div background color is #43347d


#43347d Border Color

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

This div border color is #43347d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,52,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 #43347d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43347d


Comments

No comments written yet.

Please login to write comment.