Color Hex Logo

#9738ae Color Hex

#9738AE
(151,56,174)
0 Favorites   0 Comments

Color spaces of #9738ae

RGB 15156174
HSL0.800.510.45
HSV288°68°68°
CMYK 0.130.680.00   0.32
XYZ21.816712.463641.3003
Yxy12.46360.28870.1649
Hunter Lab35.303848.5259-44.6479
CIE-Lab41.943656.3830-44.8724

#9738ae color RGB value is (151,56,174).

#9738ae hex color red value is 151, green value is 56 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9738ae hue: 0.80 , saturation: 0.51 and the lightness value of 9738ae is 0.45.

The process color (four color CMYK) of #9738ae color hex is 0.13, 0.68, 0.00, 0.32. Web safe color of #9738ae is #993399. Color #9738ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00111000 10101110
Octal 227 70 256
Decimal 151 56 174
Hex 97 38 AE

RGB Percentages of Color #9738ae

%39.63
%14.70
%45.67

CMYK Percentages of Color #9738ae

%13
%68
%0
%32

Triadic Colors of #9738ae

#9738ae #ae9738 #38ae97

Analogous Colors of #9738ae

#9738ae #ae388a #5c38ae

Monochromatic Colors of #9738ae

#9738ae

Complementary Color

#9738ae #4fae38

#9738ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9738ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9738ae Color CSS Codes

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

#9738ae Text Font Color

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

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


#9738ae Background Color

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

This div background color is #9738ae


#9738ae Border Color

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

This div border color is #9738ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,56,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 #9738ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9738ae


Comments

No comments written yet.

Please login to write comment.