Color Hex Logo

#71255f Color Hex

#71255F
(113,37,95)
0 Favorites   0 Comments

Color spaces of #71255f

RGB 1133795
HSL0.870.510.29
HSV314°67°44°
CMYK 0.000.670.16   0.56
XYZ9.53725.660111.4163
Yxy5.66010.35840.2127
Hunter Lab23.791029.9220-11.7971
CIE-Lab28.538240.3686-17.5187

#71255f color RGB value is (113,37,95).

#71255f hex color red value is 113, green value is 37 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #71255f hue: 0.87 , saturation: 0.51 and the lightness value of 71255f is 0.29.

The process color (four color CMYK) of #71255f color hex is 0.00, 0.67, 0.16, 0.56. Web safe color of #71255f is #663366. Color #71255f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100101 01011111
Octal 161 45 137
Decimal 113 37 95
Hex 71 25 5F

RGB Percentages of Color #71255f

%46.12
%15.10
%38.78

CMYK Percentages of Color #71255f

%0
%67
%16
%56

Triadic Colors of #71255f

#71255f #5f7125 #255f71

Analogous Colors of #71255f

#71255f #712539 #5d2571

Monochromatic Colors of #71255f

#71255f

Complementary Color

#71255f #257137

#71255f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71255f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71255f Color CSS Codes

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

#71255f Text Font Color

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

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


#71255f Background Color

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

This div background color is #71255f


#71255f Border Color

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

This div border color is #71255f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71255f


Comments

No comments written yet.

Please login to write comment.