Color Hex Logo

#9177ee Color Hex

#9177EE
(145,119,238)
0 Favorites   0 Comments

Color spaces of #9177ee

RGB 145119238
HSL0.700.780.70
HSV253°50°93°
CMYK 0.390.500.00   0.07
XYZ33.706525.386484.0125
Yxy25.38640.23550.1774
Hunter Lab50.384931.2393-63.5915
CIE-Lab57.450037.3171-56.8009

#9177ee color RGB value is (145,119,238).

#9177ee hex color red value is 145, green value is 119 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9177ee hue: 0.70 , saturation: 0.78 and the lightness value of 9177ee is 0.70.

The process color (four color CMYK) of #9177ee color hex is 0.39, 0.50, 0.00, 0.07. Web safe color of #9177ee is #9966ff. Color #9177ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110111 11101110
Octal 221 167 356
Decimal 145 119 238
Hex 91 77 EE

RGB Percentages of Color #9177ee

%28.88
%23.71
%47.41

CMYK Percentages of Color #9177ee

%39
%50
%0
%7

Triadic Colors of #9177ee

#9177ee #ee9177 #77ee91

Analogous Colors of #9177ee

#9177ee #cd77ee #7799ee

Monochromatic Colors of #9177ee

#9177ee

Complementary Color

#9177ee #d4ee77

#9177ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9177ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9177ee Color CSS Codes

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

#9177ee Text Font Color

<p style="color:#9177ee">Text here</p>

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


#9177ee Background Color

<div style="background-color:#9177ee">
Div content here</div>

This div background color is #9177ee


#9177ee Border Color

<div style="border:3px solid #9177ee">
Div here</div>

This div border color is #9177ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,119,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9177ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9177ee;
  -webkit-box-shadow: 1px 1px 3px 2px #9177ee;
  box-shadow:         1px 1px 3px 2px #9177ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9177ee


Comments

No comments written yet.

Please login to write comment.