Color Hex Logo

#43157f Color Hex

#43157F
(67,21,127)
0 Favorites   0 Comments

Color spaces of #43157f

RGB 6721127
HSL0.740.720.29
HSV266°83°50°
CMYK 0.470.830.00   0.50
XYZ6.41373.261920.3702
Yxy3.26190.21350.1086
Hunter Lab18.060731.7824-54.2290
CIE-Lab21.063743.8033-50.4837

#43157f color RGB value is (67,21,127).

#43157f hex color red value is 67, green value is 21 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #43157f hue: 0.74 , saturation: 0.72 and the lightness value of 43157f is 0.29.

The process color (four color CMYK) of #43157f color hex is 0.47, 0.83, 0.00, 0.50. Web safe color of #43157f is #330066. Color #43157f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010101 01111111
Octal 103 25 177
Decimal 67 21 127
Hex 43 15 7F

RGB Percentages of Color #43157f

%31.16
%9.77
%59.07

CMYK Percentages of Color #43157f

%47
%83
%0
%50

Triadic Colors of #43157f

#43157f #7f4315 #157f43

Analogous Colors of #43157f

#43157f #78157f #151c7f

Monochromatic Colors of #43157f

#43157f

Complementary Color

#43157f #517f15

#43157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#43157f Color CSS Codes

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

#43157f Text Font Color

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

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


#43157f Background Color

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

This div background color is #43157f


#43157f Border Color

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

This div border color is #43157f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43157f


Comments

No comments written yet.

Please login to write comment.