Color Hex Logo

#71084f Color Hex

#71084F
(113,8,79)
1 Favorites   0 Comments

Color spaces of #71084f

RGB 113879
HSL0.890.870.24
HSV319°93°44°
CMYK 0.000.930.30   0.56
XYZ8.30824.24897.7794
Yxy4.24890.40850.2089
Hunter Lab20.612935.8735-7.9474
CIE-Lab24.477847.4279-13.2006

#71084f color RGB value is (113,8,79).

#71084f hex color red value is 113, green value is 8 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #71084f hue: 0.89 , saturation: 0.87 and the lightness value of 71084f is 0.24.

The process color (four color CMYK) of #71084f color hex is 0.00, 0.93, 0.30, 0.56. Web safe color of #71084f is #660066. Color #71084f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001000 01001111
Octal 161 10 117
Decimal 113 8 79
Hex 71 8 4F

RGB Percentages of Color #71084f

%56.50
%4.00
%39.50

CMYK Percentages of Color #71084f

%0
%93
%30
%56

Triadic Colors of #71084f

#71084f #4f7108 #084f71

Analogous Colors of #71084f

#71084f #71081b #5f0871

Monochromatic Colors of #71084f

#71084f

Complementary Color

#71084f #08712a

#71084f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71084f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71084f Color CSS Codes

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

#71084f Text Font Color

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

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


#71084f Background Color

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

This div background color is #71084f


#71084f Border Color

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

This div border color is #71084f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,8,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71084f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71084f;
  -webkit-box-shadow: 1px 1px 3px 2px #71084f;
  box-shadow:         1px 1px 3px 2px #71084f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,8,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71084f


Comments

No comments written yet.

Please login to write comment.