Color Hex Logo

#9341ca Color Hex

#9341CA
(147,65,202)
0 Favorites   0 Comments

Color spaces of #9341ca

RGB 14765202
HSL0.770.560.52
HSV276°68°79°
CMYK 0.270.680.00   0.21
XYZ24.583614.247957.3315
Yxy14.24790.25560.1482
Hunter Lab37.746450.1979-63.6308
CIE-Lab44.586457.4224-57.0414

#9341ca color RGB value is (147,65,202).

#9341ca hex color red value is 147, green value is 65 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9341ca hue: 0.77 , saturation: 0.56 and the lightness value of 9341ca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000001 11001010
Octal 223 101 312
Decimal 147 65 202
Hex 93 41 CA

RGB Percentages of Color #9341ca

%35.51
%15.70
%48.79

CMYK Percentages of Color #9341ca

%27
%68
%0
%21

Triadic Colors of #9341ca

#9341ca #ca9341 #41ca93

Analogous Colors of #9341ca

#9341ca #ca41bd #4f41ca

Monochromatic Colors of #9341ca

#9341ca

Complementary Color

#9341ca #78ca41

#9341ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9341ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9341ca Color CSS Codes

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

#9341ca Text Font Color

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

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


#9341ca Background Color

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

This div background color is #9341ca


#9341ca Border Color

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

This div border color is #9341ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,65,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 #9341ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9341ca


Comments

No comments written yet.

Please login to write comment.