Color Hex Logo

#9871ef Color Hex

#9871EF
(152,113,239)
0 Favorites   0 Comments

Color spaces of #9871ef

RGB 152113239
HSL0.720.800.69
HSV259°53°94°
CMYK 0.360.530.00   0.06
XYZ34.434024.717684.6175
Yxy24.71760.23950.1719
Hunter Lab49.716836.6252-66.1092
CIE-Lab56.799242.6502-58.3622

#9871ef color RGB value is (152,113,239).

#9871ef hex color red value is 152, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9871ef hue: 0.72 , saturation: 0.80 and the lightness value of 9871ef is 0.69.

The process color (four color CMYK) of #9871ef color hex is 0.36, 0.53, 0.00, 0.06. Web safe color of #9871ef is #9966ff. Color #9871ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110001 11101111
Octal 230 161 357
Decimal 152 113 239
Hex 98 71 EF

RGB Percentages of Color #9871ef

%30.16
%22.42
%47.42

CMYK Percentages of Color #9871ef

%36
%53
%0
%6

Triadic Colors of #9871ef

#9871ef #ef9871 #71ef98

Analogous Colors of #9871ef

#9871ef #d771ef #7189ef

Monochromatic Colors of #9871ef

#9871ef

Complementary Color

#9871ef #c8ef71

#9871ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9871ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9871ef Color CSS Codes

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

#9871ef Text Font Color

<p style="color:#9871ef">Text here</p>

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


#9871ef Background Color

<div style="background-color:#9871ef">
Div content here</div>

This div background color is #9871ef


#9871ef Border Color

<div style="border:3px solid #9871ef">
Div here</div>

This div border color is #9871ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,113,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9871ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9871ef;
  -webkit-box-shadow: 1px 1px 3px 2px #9871ef;
  box-shadow:         1px 1px 3px 2px #9871ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9871ef


Comments

No comments written yet.

Please login to write comment.