Color Hex Logo

#71008d Color Hex

#71008D
(113,0,141)
0 Favorites   0 Comments

Color spaces of #71008d

RGB 1130141
HSL0.801.000.28
HSV288°100°55°
CMYK 0.201.000.00   0.45
XYZ11.61785.433825.6358
Yxy5.43380.27220.1273
Hunter Lab23.310548.1698-48.8870
CIE-Lab27.936558.7593-47.7451

#71008d color RGB value is (113,0,141).

#71008d hex color red value is 113, green value is 0 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #71008d hue: 0.80 , saturation: 1.00 and the lightness value of 71008d is 0.28.

The process color (four color CMYK) of #71008d color hex is 0.20, 1.00, 0.00, 0.45. Web safe color of #71008d is #660099. Color #71008d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000000 10001101
Octal 161 0 215
Decimal 113 0 141
Hex 71 0 8D

RGB Percentages of Color #71008d

%44.49
%0.00
%55.51

CMYK Percentages of Color #71008d

%20
%100
%0
%45

Triadic Colors of #71008d

#71008d #8d7100 #008d71

Analogous Colors of #71008d

#71008d #8d0062 #2a008d

Monochromatic Colors of #71008d

#71008d

Complementary Color

#71008d #1c8d00

#71008d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71008d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71008d Color CSS Codes

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

#71008d Text Font Color

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

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


#71008d Background Color

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

This div background color is #71008d


#71008d Border Color

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

This div border color is #71008d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71008d

#71008d Color Palettes


Comments

No comments written yet.

Please login to write comment.