Color Hex Logo

#7f53ad Color Hex

#7F53AD
(127,83,173)
0 Favorites   0 Comments

Color spaces of #7f53ad

RGB 12783173
HSL0.750.350.50
HSV269°52°68°
CMYK 0.270.520.00   0.32
XYZ19.388513.715741.1607
Yxy13.71570.26110.1847
Hunter Lab37.034728.6380-39.9711
CIE-Lab43.822436.4775-41.4699

#7f53ad color RGB value is (127,83,173).

#7f53ad hex color red value is 127, green value is 83 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7f53ad hue: 0.75 , saturation: 0.35 and the lightness value of 7f53ad is 0.50.

The process color (four color CMYK) of #7f53ad color hex is 0.27, 0.52, 0.00, 0.32. Web safe color of #7f53ad is #666699. Color #7f53ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010011 10101101
Octal 177 123 255
Decimal 127 83 173
Hex 7F 53 AD

RGB Percentages of Color #7f53ad

%33.16
%21.67
%45.17

CMYK Percentages of Color #7f53ad

%27
%52
%0
%32

Triadic Colors of #7f53ad

#7f53ad #ad7f53 #53ad7f

Analogous Colors of #7f53ad

#7f53ad #ac53ad #5354ad

Monochromatic Colors of #7f53ad

#7f53ad

Complementary Color

#7f53ad #81ad53

#7f53ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f53ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f53ad Color CSS Codes

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

#7f53ad Text Font Color

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

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


#7f53ad Background Color

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

This div background color is #7f53ad


#7f53ad Border Color

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

This div border color is #7f53ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,83,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f53ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f53ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7f53ad;
  box-shadow:         1px 1px 3px 2px #7f53ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,83,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f53ad


Comments

No comments written yet.

Please login to write comment.