Color Hex Logo

#9872eb Color Hex

#9872EB
(152,114,235)
0 Favorites   0 Comments

Color spaces of #9872eb

RGB 152114235
HSL0.720.750.68
HSV259°51°92°
CMYK 0.350.510.00   0.08
XYZ33.961624.708281.5764
Yxy24.70820.24220.1762
Hunter Lab49.707334.9689-62.5077
CIE-Lab56.790041.0524-56.1484

#9872eb color RGB value is (152,114,235).

#9872eb hex color red value is 152, green value is 114 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9872eb hue: 0.72 , saturation: 0.75 and the lightness value of 9872eb is 0.68.

The process color (four color CMYK) of #9872eb color hex is 0.35, 0.51, 0.00, 0.08. Web safe color of #9872eb is #9966ff. Color #9872eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110010 11101011
Octal 230 162 353
Decimal 152 114 235
Hex 98 72 EB

RGB Percentages of Color #9872eb

%30.34
%22.75
%46.91

CMYK Percentages of Color #9872eb

%35
%51
%0
%8

Triadic Colors of #9872eb

#9872eb #eb9872 #72eb98

Analogous Colors of #9872eb

#9872eb #d572eb #7289eb

Monochromatic Colors of #9872eb

#9872eb

Complementary Color

#9872eb #c5eb72

#9872eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9872eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9872eb Color CSS Codes

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

#9872eb Text Font Color

<p style="color:#9872eb">Text here</p>

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


#9872eb Background Color

<div style="background-color:#9872eb">
Div content here</div>

This div background color is #9872eb


#9872eb Border Color

<div style="border:3px solid #9872eb">
Div here</div>

This div border color is #9872eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,114,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9872eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9872eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9872eb;
  box-shadow:         1px 1px 3px 2px #9872eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9872eb


Comments

No comments written yet.

Please login to write comment.