Color Hex Logo

#71368d Color Hex

#71368D
(113,54,141)
0 Favorites   0 Comments

Color spaces of #71368d

RGB 11354141
HSL0.780.450.38
HSV281°62°55°
CMYK 0.200.620.00   0.45
XYZ12.93698.072126.0755
Yxy8.07210.27480.1714
Hunter Lab28.411431.5584-34.5273
CIE-Lab34.132641.1091-37.7643

#71368d color RGB value is (113,54,141).

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

The process color (four color CMYK) of #71368d color hex is 0.20, 0.62, 0.00, 0.45. Web safe color of #71368d is #663399. Color #71368d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110110 10001101
Octal 161 66 215
Decimal 113 54 141
Hex 71 36 8D

RGB Percentages of Color #71368d

%36.69
%17.53
%45.78

CMYK Percentages of Color #71368d

%20
%62
%0
%45

Triadic Colors of #71368d

#71368d #8d7136 #368d71

Analogous Colors of #71368d

#71368d #8d367e #46368d

Monochromatic Colors of #71368d

#71368d

Complementary Color

#71368d #528d36

#71368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71368d Color CSS Codes

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

#71368d Text Font Color

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

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


#71368d Background Color

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

This div background color is #71368d


#71368d Border Color

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

This div border color is #71368d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71368d


Comments

No comments written yet.

Please login to write comment.