Color Hex Logo

#43357f Color Hex

#43357F
(67,53,127)
0 Favorites   0 Comments

Color spaces of #43357f

RGB 6753127
HSL0.700.410.35
HSV251°58°50°
CMYK 0.470.580.00   0.50
XYZ7.41865.271820.7052
Yxy5.27180.22210.1579
Hunter Lab22.960417.4934-37.3942
CIE-Lab27.495526.1997-40.0180

#43357f color RGB value is (67,53,127).

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

The process color (four color CMYK) of #43357f color hex is 0.47, 0.58, 0.00, 0.50. Web safe color of #43357f is #333366. Color #43357f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110101 01111111
Octal 103 65 177
Decimal 67 53 127
Hex 43 35 7F

RGB Percentages of Color #43357f

%27.13
%21.46
%51.42

CMYK Percentages of Color #43357f

%47
%58
%0
%50

Triadic Colors of #43357f

#43357f #7f4335 #357f43

Analogous Colors of #43357f

#43357f #68357f #354c7f

Monochromatic Colors of #43357f

#43357f

Complementary Color

#43357f #717f35

#43357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#43357f Color CSS Codes

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

#43357f Text Font Color

<p style="color:#43357f">Text here</p>

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


#43357f Background Color

<div style="background-color:#43357f">
Div content here</div>

This div background color is #43357f


#43357f Border Color

<div style="border:3px solid #43357f">
Div here</div>

This div border color is #43357f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,53,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43357f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43357f;
  -webkit-box-shadow: 1px 1px 3px 2px #43357f;
  box-shadow:         1px 1px 3px 2px #43357f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43357f


Comments

No comments written yet.

Please login to write comment.