Color Hex Logo

#9645ec Color Hex

#9645EC
(150,69,236)
0 Favorites   0 Comments

Color spaces of #9645ec

RGB 15069236
HSL0.750.810.60
HSV269°71°93°
CMYK 0.360.710.00   0.07
XYZ29.846116.796481.0258
Yxy16.79640.23380.1316
Hunter Lab40.983458.2714-88.5303
CIE-Lab48.002563.9766-70.8897

#9645ec color RGB value is (150,69,236).

#9645ec hex color red value is 150, green value is 69 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9645ec hue: 0.75 , saturation: 0.81 and the lightness value of 9645ec is 0.60.

The process color (four color CMYK) of #9645ec color hex is 0.36, 0.71, 0.00, 0.07. Web safe color of #9645ec is #9933ff. Color #9645ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000101 11101100
Octal 226 105 354
Decimal 150 69 236
Hex 96 45 EC

RGB Percentages of Color #9645ec

%32.97
%15.16
%51.87

CMYK Percentages of Color #9645ec

%36
%71
%0
%7

Triadic Colors of #9645ec

#9645ec #ec9645 #45ec96

Analogous Colors of #9645ec

#9645ec #ea45ec #4548ec

Monochromatic Colors of #9645ec

#9645ec

Complementary Color

#9645ec #9bec45

#9645ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9645ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9645ec Color CSS Codes

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

#9645ec Text Font Color

<p style="color:#9645ec">Text here</p>

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


#9645ec Background Color

<div style="background-color:#9645ec">
Div content here</div>

This div background color is #9645ec


#9645ec Border Color

<div style="border:3px solid #9645ec">
Div here</div>

This div border color is #9645ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,69,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9645ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9645ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9645ec;
  box-shadow:         1px 1px 3px 2px #9645ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,69,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9645ec

#9645ec Color Palettes


Comments

No comments written yet.

Please login to write comment.