Color Hex Logo

#9437af Color Hex

#9437AF
(148,55,175)
0 Favorites   0 Comments

Color spaces of #9437af

RGB 14855175
HSL0.800.520.45
HSV287°69°69°
CMYK 0.150.690.00   0.31
XYZ21.316812.123441.7740
Yxy12.12340.28340.1612
Hunter Lab34.818748.3492-46.7606
CIE-Lab41.411656.3201-46.3412

#9437af color RGB value is (148,55,175).

#9437af hex color red value is 148, green value is 55 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9437af hue: 0.80 , saturation: 0.52 and the lightness value of 9437af is 0.45.

The process color (four color CMYK) of #9437af color hex is 0.15, 0.69, 0.00, 0.31. Web safe color of #9437af is #993399. Color #9437af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00110111 10101111
Octal 224 67 257
Decimal 148 55 175
Hex 94 37 AF

RGB Percentages of Color #9437af

%39.15
%14.55
%46.30

CMYK Percentages of Color #9437af

%15
%69
%0
%31

Triadic Colors of #9437af

#9437af #af9437 #37af94

Analogous Colors of #9437af

#9437af #af378e #5837af

Monochromatic Colors of #9437af

#9437af

Complementary Color

#9437af #52af37

#9437af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9437af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9437af Color CSS Codes

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

#9437af Text Font Color

<p style="color:#9437af">Text here</p>

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


#9437af Background Color

<div style="background-color:#9437af">
Div content here</div>

This div background color is #9437af


#9437af Border Color

<div style="border:3px solid #9437af">
Div here</div>

This div border color is #9437af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,55,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9437af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9437af;
  -webkit-box-shadow: 1px 1px 3px 2px #9437af;
  box-shadow:         1px 1px 3px 2px #9437af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,55,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 #9437af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9437af


Comments

No comments written yet.

Please login to write comment.