Color Hex Logo

#71257d Color Hex

#71257D
(113,37,125)
0 Favorites   0 Comments

Color spaces of #71257d

RGB 11337125
HSL0.810.540.32
HSV292°70°49°
CMYK 0.100.700.00   0.51
XYZ11.17336.314520.0320
Yxy6.31450.29780.1683
Hunter Lab25.128735.3937-29.6746
CIE-Lab30.192445.8297-34.1078

#71257d color RGB value is (113,37,125).

#71257d hex color red value is 113, green value is 37 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #71257d hue: 0.81 , saturation: 0.54 and the lightness value of 71257d is 0.32.

The process color (four color CMYK) of #71257d color hex is 0.10, 0.70, 0.00, 0.51. Web safe color of #71257d is #663366. Color #71257d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100101 01111101
Octal 161 45 175
Decimal 113 37 125
Hex 71 25 7D

RGB Percentages of Color #71257d

%41.09
%13.45
%45.45

CMYK Percentages of Color #71257d

%10
%70
%0
%51

Triadic Colors of #71257d

#71257d #7d7125 #257d71

Analogous Colors of #71257d

#71257d #7d255d #45257d

Monochromatic Colors of #71257d

#71257d

Complementary Color

#71257d #317d25

#71257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71257d Color CSS Codes

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

#71257d Text Font Color

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

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


#71257d Background Color

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

This div background color is #71257d


#71257d Border Color

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

This div border color is #71257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71257d


Comments

No comments written yet.

Please login to write comment.