Color Hex Logo

#71025b Color Hex

#71025B
(113,2,91)
0 Favorites   0 Comments

Color spaces of #71025b

RGB 113291
HSL0.870.970.23
HSV312°98°44°
CMYK 0.000.980.19   0.56
XYZ8.72014.309510.2697
Yxy4.30950.37430.1850
Hunter Lab20.759338.6513-14.7994
CIE-Lab24.669350.2104-20.9198

#71025b color RGB value is (113,2,91).

#71025b hex color red value is 113, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #71025b hue: 0.87 , saturation: 0.97 and the lightness value of 71025b is 0.23.

The process color (four color CMYK) of #71025b color hex is 0.00, 0.98, 0.19, 0.56. Web safe color of #71025b is #660066. Color #71025b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000010 01011011
Octal 161 2 133
Decimal 113 2 91
Hex 71 2 5B

RGB Percentages of Color #71025b

%54.85
%0.97
%44.17

CMYK Percentages of Color #71025b

%0
%98
%19
%56

Triadic Colors of #71025b

#71025b #5b7102 #025b71

Analogous Colors of #71025b

#71025b #710224 #500271

Monochromatic Colors of #71025b

#71025b

Complementary Color

#71025b #027118

#71025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71025b Color CSS Codes

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

#71025b Text Font Color

<p style="color:#71025b">Text here</p>

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


#71025b Background Color

<div style="background-color:#71025b">
Div content here</div>

This div background color is #71025b


#71025b Border Color

<div style="border:3px solid #71025b">
Div here</div>

This div border color is #71025b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,2,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71025b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71025b;
  -webkit-box-shadow: 1px 1px 3px 2px #71025b;
  box-shadow:         1px 1px 3px 2px #71025b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71025b


Comments

No comments written yet.

Please login to write comment.