Color Hex Logo

#7d55af Color Hex

#7D55AF
(125,85,175)
0 Favorites   0 Comments

Color spaces of #7d55af

RGB 12585175
HSL0.740.360.51
HSV267°51°69°
CMYK 0.290.510.00   0.31
XYZ19.443813.952142.2257
Yxy13.95210.25710.1845
Hunter Lab37.352527.5510-40.8785
CIE-Lab44.164235.2841-42.1173

#7d55af color RGB value is (125,85,175).

#7d55af hex color red value is 125, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7d55af hue: 0.74 , saturation: 0.36 and the lightness value of 7d55af is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010101 10101111
Octal 175 125 257
Decimal 125 85 175
Hex 7D 55 AF

RGB Percentages of Color #7d55af

%32.47
%22.08
%45.45

CMYK Percentages of Color #7d55af

%29
%51
%0
%31

Triadic Colors of #7d55af

#7d55af #af7d55 #55af7d

Analogous Colors of #7d55af

#7d55af #aa55af #555aaf

Monochromatic Colors of #7d55af

#7d55af

Complementary Color

#7d55af #87af55

#7d55af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d55af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d55af Color CSS Codes

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

#7d55af Text Font Color

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

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


#7d55af Background Color

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

This div background color is #7d55af


#7d55af Border Color

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

This div border color is #7d55af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d55af


Comments

No comments written yet.

Please login to write comment.