Color Hex Logo

#9f65ea Color Hex

#9F65EA
(159,101,234)
0 Favorites   0 Comments

Color spaces of #9f65ea

RGB 159101234
HSL0.740.760.66
HSV266°57°92°
CMYK 0.320.570.00   0.08
XYZ33.803022.618880.4262
Yxy22.61880.24700.1653
Hunter Lab47.559243.6413-66.9724
CIE-Lab54.677549.6049-58.9328

#9f65ea color RGB value is (159,101,234).

#9f65ea hex color red value is 159, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9f65ea hue: 0.74 , saturation: 0.76 and the lightness value of 9f65ea is 0.66.

The process color (four color CMYK) of #9f65ea color hex is 0.32, 0.57, 0.00, 0.08. Web safe color of #9f65ea is #9966ff. Color #9f65ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100101 11101010
Octal 237 145 352
Decimal 159 101 234
Hex 9F 65 EA

RGB Percentages of Color #9f65ea

%32.19
%20.45
%47.37

CMYK Percentages of Color #9f65ea

%32
%57
%0
%8

Triadic Colors of #9f65ea

#9f65ea #ea9f65 #65ea9f

Analogous Colors of #9f65ea

#9f65ea #e265ea #656eea

Monochromatic Colors of #9f65ea

#9f65ea

Complementary Color

#9f65ea #b0ea65

#9f65ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f65ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f65ea Color CSS Codes

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

#9f65ea Text Font Color

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

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


#9f65ea Background Color

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

This div background color is #9f65ea


#9f65ea Border Color

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

This div border color is #9f65ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,101,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f65ea


Comments

No comments written yet.

Please login to write comment.