Color Hex Logo

#7d82af Color Hex

#7D82AF
(125,130,175)
0 Favorites   0 Comments

Color spaces of #7d82af

RGB 125130175
HSL0.650.240.59
HSV234°29°69°
CMYK 0.290.260.00   0.31
XYZ24.177923.420443.8037
Yxy23.42040.26450.2562
Hunter Lab48.39464.4878-19.7892
CIE-Lab55.50288.6069-24.3626

#7d82af color RGB value is (125,130,175).

#7d82af hex color red value is 125, green value is 130 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7d82af hue: 0.65 , saturation: 0.24 and the lightness value of 7d82af is 0.59.

The process color (four color CMYK) of #7d82af color hex is 0.29, 0.26, 0.00, 0.31. Web safe color of #7d82af is #669999. Color #7d82af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10000010 10101111
Octal 175 202 257
Decimal 125 130 175
Hex 7D 82 AF

RGB Percentages of Color #7d82af

%29.07
%30.23
%40.70

CMYK Percentages of Color #7d82af

%29
%26
%0
%31

Triadic Colors of #7d82af

#7d82af #af7d82 #82af7d

Analogous Colors of #7d82af

#7d82af #917daf #7d9baf

Monochromatic Colors of #7d82af

#7d82af

Complementary Color

#7d82af #afaa7d

#7d82af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d82af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d82af Color CSS Codes

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

#7d82af Text Font Color

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

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


#7d82af Background Color

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

This div background color is #7d82af


#7d82af Border Color

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

This div border color is #7d82af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,130,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 #7d82af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d82af


Comments

No comments written yet.

Please login to write comment.