Color Hex Logo

#71025f Color Hex

#71025F
(113,2,95)
0 Favorites   0 Comments

Color spaces of #71025f

RGB 113295
HSL0.860.970.23
HSV310°98°44°
CMYK 0.000.980.16   0.56
XYZ8.89734.380411.2030
Yxy4.38040.36340.1789
Hunter Lab20.929439.2557-17.0859
CIE-Lab24.891150.7716-23.2157

#71025f color RGB value is (113,2,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000010 01011111
Octal 161 2 137
Decimal 113 2 95
Hex 71 2 5F

RGB Percentages of Color #71025f

%53.81
%0.95
%45.24

CMYK Percentages of Color #71025f

%0
%98
%16
%56

Triadic Colors of #71025f

#71025f #5f7102 #025f71

Analogous Colors of #71025f

#71025f #710228 #4b0271

Monochromatic Colors of #71025f

#71025f

Complementary Color

#71025f #027114

#71025f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71025f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71025f Color CSS Codes

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

#71025f Text Font Color

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

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


#71025f Background Color

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

This div background color is #71025f


#71025f Border Color

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

This div border color is #71025f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71025f


Comments

No comments written yet.

Please login to write comment.