Color Hex Logo

#7d08aa Color Hex

#7D08AA
(125,8,170)
0 Favorites   0 Comments

Color spaces of #7d08aa

RGB 1258170
HSL0.790.910.35
HSV283°95°67°
CMYK 0.260.950.00   0.33
XYZ15.80007.435938.6327
Yxy7.43590.25540.1202
Hunter Lab27.268855.7052-64.9100
CIE-Lab32.779364.6663-57.4863

#7d08aa color RGB value is (125,8,170).

#7d08aa hex color red value is 125, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7d08aa hue: 0.79 , saturation: 0.91 and the lightness value of 7d08aa is 0.35.

The process color (four color CMYK) of #7d08aa color hex is 0.26, 0.95, 0.00, 0.33. Web safe color of #7d08aa is #660099. Color #7d08aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00001000 10101010
Octal 175 10 252
Decimal 125 8 170
Hex 7D 8 AA

RGB Percentages of Color #7d08aa

%41.25
%2.64
%56.11

CMYK Percentages of Color #7d08aa

%26
%95
%0
%33

Triadic Colors of #7d08aa

#7d08aa #aa7d08 #08aa7d

Analogous Colors of #7d08aa

#7d08aa #aa0886 #2c08aa

Monochromatic Colors of #7d08aa

#7d08aa

Complementary Color

#7d08aa #35aa08

#7d08aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d08aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d08aa Color CSS Codes

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

#7d08aa Text Font Color

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

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


#7d08aa Background Color

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

This div background color is #7d08aa


#7d08aa Border Color

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

This div border color is #7d08aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d08aa


Comments

No comments written yet.

Please login to write comment.