Color Hex Logo

#43317c Color Hex

#43317C
(67,49,124)
0 Favorites   0 Comments

Color spaces of #43317c

RGB 6749124
HSL0.710.430.34
HSV254°60°49°
CMYK 0.460.600.00   0.51
XYZ7.05114.845219.6324
Yxy4.84520.22360.1537
Hunter Lab22.011818.6587-37.4726
CIE-Lab26.289127.8113-40.0763

#43317c color RGB value is (67,49,124).

#43317c hex color red value is 67, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #43317c hue: 0.71 , saturation: 0.43 and the lightness value of 43317c is 0.34.

The process color (four color CMYK) of #43317c color hex is 0.46, 0.60, 0.00, 0.51. Web safe color of #43317c is #333366. Color #43317c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00110001 01111100
Octal 103 61 174
Decimal 67 49 124
Hex 43 31 7C

RGB Percentages of Color #43317c

%27.92
%20.42
%51.67

CMYK Percentages of Color #43317c

%46
%60
%0
%51

Triadic Colors of #43317c

#43317c #7c4331 #317c43

Analogous Colors of #43317c

#43317c #69317c #31457c

Monochromatic Colors of #43317c

#43317c

Complementary Color

#43317c #6a7c31

#43317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#43317c Color CSS Codes

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

#43317c Text Font Color

<p style="color:#43317c">Text here</p>

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


#43317c Background Color

<div style="background-color:#43317c">
Div content here</div>

This div background color is #43317c


#43317c Border Color

<div style="border:3px solid #43317c">
Div here</div>

This div border color is #43317c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,49,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43317c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43317c;
  -webkit-box-shadow: 1px 1px 3px 2px #43317c;
  box-shadow:         1px 1px 3px 2px #43317c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43317c


Comments

No comments written yet.

Please login to write comment.