Color Hex Logo

#9721ec Color Hex

#9721EC
(151,33,236)
0 Favorites   0 Comments

Color spaces of #9721ec

RGB 15133236
HSL0.760.840.53
HSV275°86°93°
CMYK 0.360.860.00   0.07
XYZ28.446713.723280.5064
Yxy13.72320.23190.1119
Hunter Lab37.044872.2415-102.9185
CIE-Lab43.833376.5503-77.6898

#9721ec color RGB value is (151,33,236).

#9721ec hex color red value is 151, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9721ec hue: 0.76 , saturation: 0.84 and the lightness value of 9721ec is 0.53.

The process color (four color CMYK) of #9721ec color hex is 0.36, 0.86, 0.00, 0.07. Web safe color of #9721ec is #9933ff. Color #9721ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100001 11101100
Octal 227 41 354
Decimal 151 33 236
Hex 97 21 EC

RGB Percentages of Color #9721ec

%35.95
%7.86
%56.19

CMYK Percentages of Color #9721ec

%36
%86
%0
%7

Triadic Colors of #9721ec

#9721ec #ec9721 #21ec97

Analogous Colors of #9721ec

#9721ec #ec21dc #3121ec

Monochromatic Colors of #9721ec

#9721ec

Complementary Color

#9721ec #76ec21

#9721ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9721ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9721ec Color CSS Codes

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

#9721ec Text Font Color

<p style="color:#9721ec">Text here</p>

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


#9721ec Background Color

<div style="background-color:#9721ec">
Div content here</div>

This div background color is #9721ec


#9721ec Border Color

<div style="border:3px solid #9721ec">
Div here</div>

This div border color is #9721ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,33,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9721ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9721ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9721ec;
  box-shadow:         1px 1px 3px 2px #9721ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,33,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9721ec


Comments

No comments written yet.

Please login to write comment.