Color Hex Logo

#9700ae Color Hex

#9700AE
(151,0,174)
0 Favorites   0 Comments

Color spaces of #9700ae

RGB 1510174
HSL0.811.000.34
HSV292°100°68°
CMYK 0.131.000.00   0.32
XYZ20.40259.635340.8289
Yxy9.63530.28790.1360
Hunter Lab31.040863.0032-56.2574
CIE-Lab37.179870.1538-52.5331

#9700ae color RGB value is (151,0,174).

#9700ae hex color red value is 151, green value is 0 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9700ae hue: 0.81 , saturation: 1.00 and the lightness value of 9700ae is 0.34.

The process color (four color CMYK) of #9700ae color hex is 0.13, 1.00, 0.00, 0.32. Web safe color of #9700ae is #990099. Color #9700ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00000000 10101110
Octal 227 0 256
Decimal 151 0 174
Hex 97 0 AE

RGB Percentages of Color #9700ae

%46.46
%0.00
%53.54

CMYK Percentages of Color #9700ae

%13
%100
%0
%32

Triadic Colors of #9700ae

#9700ae #ae9700 #00ae97

Analogous Colors of #9700ae

#9700ae #ae006e #4000ae

Monochromatic Colors of #9700ae

#9700ae

Complementary Color

#9700ae #17ae00

#9700ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9700ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9700ae Color CSS Codes

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

#9700ae Text Font Color

<p style="color:#9700ae">Text here</p>

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


#9700ae Background Color

<div style="background-color:#9700ae">
Div content here</div>

This div background color is #9700ae


#9700ae Border Color

<div style="border:3px solid #9700ae">
Div here</div>

This div border color is #9700ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,0,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9700ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9700ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9700ae;
  box-shadow:         1px 1px 3px 2px #9700ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,0,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9700ae


Comments

No comments written yet.

Please login to write comment.