Color Hex Logo

#9877ed Color Hex

#9877ED
(152,119,237)
0 Favorites   0 Comments

Color spaces of #9877ed

RGB 152119237
HSL0.710.770.70
HSV257°50°93°
CMYK 0.360.500.00   0.07
XYZ34.831825.983583.3002
Yxy25.98350.24170.1803
Hunter Lab50.974032.7689-61.2081
CIE-Lab58.021438.7496-55.2959

#9877ed color RGB value is (152,119,237).

#9877ed hex color red value is 152, green value is 119 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9877ed hue: 0.71 , saturation: 0.77 and the lightness value of 9877ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110111 11101101
Octal 230 167 355
Decimal 152 119 237
Hex 98 77 ED

RGB Percentages of Color #9877ed

%29.92
%23.43
%46.65

CMYK Percentages of Color #9877ed

%36
%50
%0
%7

Triadic Colors of #9877ed

#9877ed #ed9877 #77ed98

Analogous Colors of #9877ed

#9877ed #d377ed #7791ed

Monochromatic Colors of #9877ed

#9877ed

Complementary Color

#9877ed #cced77

#9877ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9877ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9877ed Color CSS Codes

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

#9877ed Text Font Color

<p style="color:#9877ed">Text here</p>

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


#9877ed Background Color

<div style="background-color:#9877ed">
Div content here</div>

This div background color is #9877ed


#9877ed Border Color

<div style="border:3px solid #9877ed">
Div here</div>

This div border color is #9877ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,119,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9877ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9877ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9877ed;
  box-shadow:         1px 1px 3px 2px #9877ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9877ed


Comments

No comments written yet.

Please login to write comment.