Color Hex Logo

#9674ec Color Hex

#9674EC
(150,116,236)
0 Favorites   0 Comments

Color spaces of #9674ec

RGB 150116236
HSL0.710.760.69
HSV257°51°93°
CMYK 0.360.510.00   0.07
XYZ33.963425.030982.3983
Yxy25.03090.24020.1770
Hunter Lab50.030933.6204-62.6260
CIE-Lab57.105539.6987-56.2124

#9674ec color RGB value is (150,116,236).

#9674ec hex color red value is 150, green value is 116 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9674ec hue: 0.71 , saturation: 0.76 and the lightness value of 9674ec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110100 11101100
Octal 226 164 354
Decimal 150 116 236
Hex 96 74 EC

RGB Percentages of Color #9674ec

%29.88
%23.11
%47.01

CMYK Percentages of Color #9674ec

%36
%51
%0
%7

Triadic Colors of #9674ec

#9674ec #ec9674 #74ec96

Analogous Colors of #9674ec

#9674ec #d274ec #748eec

Monochromatic Colors of #9674ec

#9674ec

Complementary Color

#9674ec #caec74

#9674ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9674ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9674ec Color CSS Codes

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

#9674ec Text Font Color

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

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


#9674ec Background Color

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

This div background color is #9674ec


#9674ec Border Color

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

This div border color is #9674ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,116,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 #9674ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9674ec


Comments

No comments written yet.

Please login to write comment.