Color Hex Logo

#9676ea Color Hex

#9676EA
(150,118,234)
0 Favorites   0 Comments

Color spaces of #9676ea

RGB 150118234
HSL0.710.730.69
HSV257°50°92°
CMYK 0.360.500.00   0.08
XYZ33.907425.381480.9539
Yxy25.38140.24180.1810
Hunter Lab50.380031.9716-60.0052
CIE-Lab57.445238.0396-54.5555

#9676ea color RGB value is (150,118,234).

#9676ea hex color red value is 150, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9676ea hue: 0.71 , saturation: 0.73 and the lightness value of 9676ea is 0.69.

The process color (four color CMYK) of #9676ea color hex is 0.36, 0.50, 0.00, 0.08. Web safe color of #9676ea is #9966ff. Color #9676ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110110 11101010
Octal 226 166 352
Decimal 150 118 234
Hex 96 76 EA

RGB Percentages of Color #9676ea

%29.88
%23.51
%46.61

CMYK Percentages of Color #9676ea

%36
%50
%0
%8

Triadic Colors of #9676ea

#9676ea #ea9676 #76ea96

Analogous Colors of #9676ea

#9676ea #d076ea #7690ea

Monochromatic Colors of #9676ea

#9676ea

Complementary Color

#9676ea #caea76

#9676ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9676ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9676ea Color CSS Codes

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

#9676ea Text Font Color

<p style="color:#9676ea">Text here</p>

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


#9676ea Background Color

<div style="background-color:#9676ea">
Div content here</div>

This div background color is #9676ea


#9676ea Border Color

<div style="border:3px solid #9676ea">
Div here</div>

This div border color is #9676ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,118,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9676ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9676ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9676ea;
  box-shadow:         1px 1px 3px 2px #9676ea; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9676ea


Comments

No comments written yet.

Please login to write comment.