Color Hex Logo

#9f63da Color Hex

#9F63DA
(159,99,218)
0 Favorites   0 Comments

Color spaces of #9f63da

RGB 15999218
HSL0.750.620.62
HSV270°55°85°
CMYK 0.270.550.00   0.15
XYZ31.414821.356668.7962
Yxy21.35660.25840.1757
Hunter Lab46.213240.4676-55.9140
CIE-Lab53.337646.8332-52.0712

#9f63da color RGB value is (159,99,218).

#9f63da hex color red value is 159, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9f63da hue: 0.75 , saturation: 0.62 and the lightness value of 9f63da is 0.62.

The process color (four color CMYK) of #9f63da color hex is 0.27, 0.55, 0.00, 0.15. Web safe color of #9f63da is #9966cc. Color #9f63da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100011 11011010
Octal 237 143 332
Decimal 159 99 218
Hex 9F 63 DA

RGB Percentages of Color #9f63da

%33.40
%20.80
%45.80

CMYK Percentages of Color #9f63da

%27
%55
%0
%15

Triadic Colors of #9f63da

#9f63da #da9f63 #63da9f

Analogous Colors of #9f63da

#9f63da #da63da #6363da

Monochromatic Colors of #9f63da

#9f63da

Complementary Color

#9f63da #9eda63

#9f63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f63da Color CSS Codes

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

#9f63da Text Font Color

<p style="color:#9f63da">Text here</p>

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


#9f63da Background Color

<div style="background-color:#9f63da">
Div content here</div>

This div background color is #9f63da


#9f63da Border Color

<div style="border:3px solid #9f63da">
Div here</div>

This div border color is #9f63da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,99,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f63da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f63da;
  -webkit-box-shadow: 1px 1px 3px 2px #9f63da;
  box-shadow:         1px 1px 3px 2px #9f63da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,99,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 #9f63da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f63da


Comments

No comments written yet.

Please login to write comment.