Color Hex Logo

#43348d Color Hex

#43348D
(67,52,141)
0 Favorites   0 Comments

Color spaces of #43348d

RGB 6752141
HSL0.690.460.38
HSV250°63°55°
CMYK 0.520.630.00   0.45
XYZ8.35045.572425.8348
Yxy5.57240.21000.1402
Hunter Lab23.605921.8325-48.3640
CIE-Lab28.307031.2979-47.4251

#43348d color RGB value is (67,52,141).

#43348d hex color red value is 67, green value is 52 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #43348d hue: 0.69 , saturation: 0.46 and the lightness value of 43348d is 0.38.

The process color (four color CMYK) of #43348d color hex is 0.52, 0.63, 0.00, 0.45. Web safe color of #43348d is #333399. Color #43348d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110100 10001101
Octal 103 64 215
Decimal 67 52 141
Hex 43 34 8D

RGB Percentages of Color #43348d

%25.77
%20.00
%54.23

CMYK Percentages of Color #43348d

%52
%63
%0
%45

Triadic Colors of #43348d

#43348d #8d4334 #348d43

Analogous Colors of #43348d

#43348d #70348d #34518d

Monochromatic Colors of #43348d

#43348d

Complementary Color

#43348d #7e8d34

#43348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43348d Color CSS Codes

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

#43348d Text Font Color

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

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


#43348d Background Color

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

This div background color is #43348d


#43348d Border Color

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

This div border color is #43348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43348d


Comments

No comments written yet.

Please login to write comment.