Color Hex Logo

#71507d Color Hex

#71507D
(113,80,125)
0 Favorites   0 Comments

Color spaces of #71507d

RGB 11380125
HSL0.790.220.40
HSV284°36°49°
CMYK 0.100.360.00   0.51
XYZ13.380410.728720.7677
Yxy10.72870.29820.2391
Hunter Lab32.754715.5971-14.6638
CIE-Lab39.119722.5189-20.0918

#71507d color RGB value is (113,80,125).

#71507d hex color red value is 113, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #71507d hue: 0.79 , saturation: 0.22 and the lightness value of 71507d is 0.40.

The process color (four color CMYK) of #71507d color hex is 0.10, 0.36, 0.00, 0.51. Web safe color of #71507d is #666666. Color #71507d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 01111101
Octal 161 120 175
Decimal 113 80 125
Hex 71 50 7D

RGB Percentages of Color #71507d

%35.53
%25.16
%39.31

CMYK Percentages of Color #71507d

%10
%36
%0
%51

Triadic Colors of #71507d

#71507d #7d7150 #507d71

Analogous Colors of #71507d

#71507d #7d5073 #5b507d

Monochromatic Colors of #71507d

#71507d

Complementary Color

#71507d #5c7d50

#71507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71507d Color CSS Codes

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

#71507d Text Font Color

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

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


#71507d Background Color

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

This div background color is #71507d


#71507d Border Color

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

This div border color is #71507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71507d


Comments

No comments written yet.

Please login to write comment.