Color Hex Logo

#43368d Color Hex

#43368D
(67,54,141)
0 Favorites   0 Comments

Color spaces of #43368d

RGB 6754141
HSL0.690.450.38
HSV249°62°55°
CMYK 0.520.620.00   0.45
XYZ8.44165.754725.8652
Yxy5.75470.21070.1436
Hunter Lab23.989020.8326-47.1350
CIE-Lab28.785030.0438-46.6495

#43368d color RGB value is (67,54,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110110 10001101
Octal 103 66 215
Decimal 67 54 141
Hex 43 36 8D

RGB Percentages of Color #43368d

%25.57
%20.61
%53.82

CMYK Percentages of Color #43368d

%52
%62
%0
%45

Triadic Colors of #43368d

#43368d #8d4336 #368d43

Analogous Colors of #43368d

#43368d #6f368d #36558d

Monochromatic Colors of #43368d

#43368d

Complementary Color

#43368d #808d36

#43368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#43368d Color CSS Codes

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

#43368d Text Font Color

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

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


#43368d Background Color

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

This div background color is #43368d


#43368d Border Color

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

This div border color is #43368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43368d


Comments

No comments written yet.

Please login to write comment.