Color Hex Logo

#9921dd Color Hex

#9921DD
(153,33,221)
0 Favorites   0 Comments

Color spaces of #9921dd

RGB 15333221
HSL0.770.740.50
HSV278°85°87°
CMYK 0.310.850.00   0.13
XYZ26.731913.080569.5225
Yxy13.08050.24450.1196
Hunter Lab36.167068.6415-88.6542
CIE-Lab42.884373.7808-70.6960

#9921dd color RGB value is (153,33,221).

#9921dd hex color red value is 153, green value is 33 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9921dd hue: 0.77 , saturation: 0.74 and the lightness value of 9921dd is 0.50.

The process color (four color CMYK) of #9921dd color hex is 0.31, 0.85, 0.00, 0.13. Web safe color of #9921dd is #9933cc. Color #9921dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00100001 11011101
Octal 231 41 335
Decimal 153 33 221
Hex 99 21 DD

RGB Percentages of Color #9921dd

%37.59
%8.11
%54.30

CMYK Percentages of Color #9921dd

%31
%85
%0
%13

Triadic Colors of #9921dd

#9921dd #dd9921 #21dd99

Analogous Colors of #9921dd

#9921dd #dd21c3 #3b21dd

Monochromatic Colors of #9921dd

#9921dd

Complementary Color

#9921dd #65dd21

#9921dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9921dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9921dd Color CSS Codes

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

#9921dd Text Font Color

<p style="color:#9921dd">Text here</p>

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


#9921dd Background Color

<div style="background-color:#9921dd">
Div content here</div>

This div background color is #9921dd


#9921dd Border Color

<div style="border:3px solid #9921dd">
Div here</div>

This div border color is #9921dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,33,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9921dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9921dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9921dd;
  box-shadow:         1px 1px 3px 2px #9921dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9921dd


Comments

No comments written yet.

Please login to write comment.