Color Hex Logo

#9677ea Color Hex

#9677EA
(150,119,234)
0 Favorites   0 Comments

Color spaces of #9677ea

RGB 150119234
HSL0.710.730.69
HSV256°49°92°
CMYK 0.360.490.00   0.08
XYZ34.025825.618280.9934
Yxy25.61820.24190.1822
Hunter Lab50.614431.4223-59.4460
CIE-Lab57.672937.4704-54.1924

#9677ea color RGB value is (150,119,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110111 11101010
Octal 226 167 352
Decimal 150 119 234
Hex 96 77 EA

RGB Percentages of Color #9677ea

%29.82
%23.66
%46.52

CMYK Percentages of Color #9677ea

%36
%49
%0
%8

Triadic Colors of #9677ea

#9677ea #ea9677 #77ea96

Analogous Colors of #9677ea

#9677ea #d077ea #7792ea

Monochromatic Colors of #9677ea

#9677ea

Complementary Color

#9677ea #cbea77

#9677ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9677ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9677ea Color CSS Codes

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

#9677ea Text Font Color

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

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


#9677ea Background Color

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

This div background color is #9677ea


#9677ea Border Color

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

This div border color is #9677ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9677ea


Comments

No comments written yet.

Please login to write comment.