Color Hex Logo

#43349b Color Hex

#43349B
(67,52,155)
0 Favorites   0 Comments

Color spaces of #43349b

RGB 6752155
HSL0.690.500.41
HSV249°66°61°
CMYK 0.570.660.00   0.39
XYZ9.45916.015831.6730
Yxy6.01580.20060.1276
Hunter Lab24.527125.9176-59.3949
CIE-Lab29.452335.7927-54.1514

#43349b color RGB value is (67,52,155).

#43349b hex color red value is 67, green value is 52 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #43349b hue: 0.69 , saturation: 0.50 and the lightness value of 43349b is 0.41.

The process color (four color CMYK) of #43349b color hex is 0.57, 0.66, 0.00, 0.39. Web safe color of #43349b is #333399. Color #43349b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110100 10011011
Octal 103 64 233
Decimal 67 52 155
Hex 43 34 9B

RGB Percentages of Color #43349b

%24.45
%18.98
%56.57

CMYK Percentages of Color #43349b

%57
%66
%0
%39

Triadic Colors of #43349b

#43349b #9b4334 #349b43

Analogous Colors of #43349b

#43349b #77349b #34589b

Monochromatic Colors of #43349b

#43349b

Complementary Color

#43349b #8c9b34

#43349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#43349b Color CSS Codes

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

#43349b Text Font Color

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

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


#43349b Background Color

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

This div background color is #43349b


#43349b Border Color

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

This div border color is #43349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43349b


Comments

No comments written yet.

Please login to write comment.