Color Hex Logo

#9350ca Color Hex

#9350CA
(147,80,202)
0 Favorites   0 Comments

Color spaces of #9350ca

RGB 14780202
HSL0.760.540.55
HSV273°60°79°
CMYK 0.270.600.00   0.21
XYZ25.562016.204657.6577
Yxy16.20460.25710.1630
Hunter Lab40.254942.9019-56.7434
CIE-Lab47.241850.1481-52.7689

#9350ca color RGB value is (147,80,202).

#9350ca hex color red value is 147, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9350ca hue: 0.76 , saturation: 0.54 and the lightness value of 9350ca is 0.55.

The process color (four color CMYK) of #9350ca color hex is 0.27, 0.60, 0.00, 0.21. Web safe color of #9350ca is #9966cc. Color #9350ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 11001010
Octal 223 120 312
Decimal 147 80 202
Hex 93 50 CA

RGB Percentages of Color #9350ca

%34.27
%18.65
%47.09

CMYK Percentages of Color #9350ca

%27
%60
%0
%21

Triadic Colors of #9350ca

#9350ca #ca9350 #50ca93

Analogous Colors of #9350ca

#9350ca #ca50c4 #5650ca

Monochromatic Colors of #9350ca

#9350ca

Complementary Color

#9350ca #87ca50

#9350ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9350ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9350ca Color CSS Codes

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

#9350ca Text Font Color

<p style="color:#9350ca">Text here</p>

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


#9350ca Background Color

<div style="background-color:#9350ca">
Div content here</div>

This div background color is #9350ca


#9350ca Border Color

<div style="border:3px solid #9350ca">
Div here</div>

This div border color is #9350ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,80,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9350ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9350ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9350ca;
  box-shadow:         1px 1px 3px 2px #9350ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,80,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9350ca


Comments

No comments written yet.

Please login to write comment.