Color Hex Logo

#9c77fe Color Hex

#9C77FE
(156,119,254)
0 Favorites   0 Comments

Color spaces of #9c77fe

RGB 156119254
HSL0.710.990.73
HSV256°53°100°
CMYK 0.390.530.00   0.00
XYZ38.196527.417397.0448
Yxy27.41730.23480.1686
Hunter Lab52.361538.5789-73.2327
CIE-Lab59.358644.1546-62.5433

#9c77fe color RGB value is (156,119,254).

#9c77fe hex color red value is 156, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9c77fe hue: 0.71 , saturation: 0.99 and the lightness value of 9c77fe is 0.73.

The process color (four color CMYK) of #9c77fe color hex is 0.39, 0.53, 0.00, 0.00. Web safe color of #9c77fe is #9966ff. Color #9c77fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110111 11111110
Octal 234 167 376
Decimal 156 119 254
Hex 9C 77 FE

RGB Percentages of Color #9c77fe

%29.49
%22.50
%48.02

CMYK Percentages of Color #9c77fe

%39
%53
%0
%0

Triadic Colors of #9c77fe

#9c77fe #fe9c77 #77fe9c

Analogous Colors of #9c77fe

#9c77fe #e077fe #7796fe

Monochromatic Colors of #9c77fe

#9c77fe

Complementary Color

#9c77fe #d9fe77

#9c77fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c77fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c77fe Color CSS Codes

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

#9c77fe Text Font Color

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

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


#9c77fe Background Color

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

This div background color is #9c77fe


#9c77fe Border Color

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

This div border color is #9c77fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,119,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c77fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c77fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9c77fe;
  box-shadow:         1px 1px 3px 2px #9c77fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,119,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c77fe


Comments

No comments written yet.

Please login to write comment.