Color Hex Logo

#9438aa Color Hex

#9438AA
(148,56,170)
0 Favorites   0 Comments

Color spaces of #9438aa

RGB 14856170
HSL0.800.500.44
HSV288°67°67°
CMYK 0.130.670.00   0.33
XYZ20.882612.026539.2509
Yxy12.02650.28940.1667
Hunter Lab34.679246.7976-42.8305
CIE-Lab41.258254.9044-43.6188

#9438aa color RGB value is (148,56,170).

#9438aa hex color red value is 148, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9438aa hue: 0.80 , saturation: 0.50 and the lightness value of 9438aa is 0.44.

The process color (four color CMYK) of #9438aa color hex is 0.13, 0.67, 0.00, 0.33. Web safe color of #9438aa is #993399. Color #9438aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00111000 10101010
Octal 224 70 252
Decimal 148 56 170
Hex 94 38 AA

RGB Percentages of Color #9438aa

%39.57
%14.97
%45.45

CMYK Percentages of Color #9438aa

%13
%67
%0
%33

Triadic Colors of #9438aa

#9438aa #aa9438 #38aa94

Analogous Colors of #9438aa

#9438aa #aa3887 #5b38aa

Monochromatic Colors of #9438aa

#9438aa

Complementary Color

#9438aa #4eaa38

#9438aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9438aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9438aa Color CSS Codes

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

#9438aa Text Font Color

<p style="color:#9438aa">Text here</p>

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


#9438aa Background Color

<div style="background-color:#9438aa">
Div content here</div>

This div background color is #9438aa


#9438aa Border Color

<div style="border:3px solid #9438aa">
Div here</div>

This div border color is #9438aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,56,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9438aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9438aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9438aa;
  box-shadow:         1px 1px 3px 2px #9438aa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9438aa


Comments

No comments written yet.

Please login to write comment.