Color Hex Logo

#7d71af Color Hex

#7D71AF
(125,113,175)
0 Favorites   0 Comments

Color spaces of #7d71af

RGB 125113175
HSL0.700.280.56
HSV252°35°69°
CMYK 0.290.350.00   0.31
XYZ22.100419.265443.1112
Yxy19.26540.26160.2281
Hunter Lab43.892413.0655-27.5101
CIE-Lab50.996318.6843-31.3502

#7d71af color RGB value is (125,113,175).

#7d71af hex color red value is 125, green value is 113 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7d71af hue: 0.70 , saturation: 0.28 and the lightness value of 7d71af is 0.56.

The process color (four color CMYK) of #7d71af color hex is 0.29, 0.35, 0.00, 0.31. Web safe color of #7d71af is #666699. Color #7d71af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110001 10101111
Octal 175 161 257
Decimal 125 113 175
Hex 7D 71 AF

RGB Percentages of Color #7d71af

%30.27
%27.36
%42.37

CMYK Percentages of Color #7d71af

%29
%35
%0
%31

Triadic Colors of #7d71af

#7d71af #af7d71 #71af7d

Analogous Colors of #7d71af

#7d71af #9c71af #7184af

Monochromatic Colors of #7d71af

#7d71af

Complementary Color

#7d71af #a3af71

#7d71af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d71af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d71af Color CSS Codes

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

#7d71af Text Font Color

<p style="color:#7d71af">Text here</p>

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


#7d71af Background Color

<div style="background-color:#7d71af">
Div content here</div>

This div background color is #7d71af


#7d71af Border Color

<div style="border:3px solid #7d71af">
Div here</div>

This div border color is #7d71af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d71af


Comments

No comments written yet.

Please login to write comment.