Color Hex Logo

#9368da Color Hex

#9368DA
(147,104,218)
0 Favorites   0 Comments

Color spaces of #9368da

RGB 147104218
HSL0.730.610.63
HSV263°52°85°
CMYK 0.330.520.00   0.15
XYZ29.637821.165668.8530
Yxy21.16560.24770.1769
Hunter Lab46.006134.4817-56.5295
CIE-Lab53.130341.0816-52.4759

#9368da color RGB value is (147,104,218).

#9368da hex color red value is 147, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9368da hue: 0.73 , saturation: 0.61 and the lightness value of 9368da is 0.63.

The process color (four color CMYK) of #9368da color hex is 0.33, 0.52, 0.00, 0.15. Web safe color of #9368da is #9966cc. Color #9368da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101000 11011010
Octal 223 150 332
Decimal 147 104 218
Hex 93 68 DA

RGB Percentages of Color #9368da

%31.34
%22.17
%46.48

CMYK Percentages of Color #9368da

%33
%52
%0
%15

Triadic Colors of #9368da

#9368da #da9368 #68da93

Analogous Colors of #9368da

#9368da #cc68da #6876da

Monochromatic Colors of #9368da

#9368da

Complementary Color

#9368da #afda68

#9368da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9368da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9368da Color CSS Codes

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

#9368da Text Font Color

<p style="color:#9368da">Text here</p>

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


#9368da Background Color

<div style="background-color:#9368da">
Div content here</div>

This div background color is #9368da


#9368da Border Color

<div style="border:3px solid #9368da">
Div here</div>

This div border color is #9368da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,104,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9368da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9368da;
  -webkit-box-shadow: 1px 1px 3px 2px #9368da;
  box-shadow:         1px 1px 3px 2px #9368da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9368da


Comments

No comments written yet.

Please login to write comment.