Color Hex Logo

#9021cd Color Hex

#9021CD
(144,33,205)
0 Favorites   0 Comments

Color spaces of #9021cd

RGB 14433205
HSL0.770.720.47
HSV279°84°80°
CMYK 0.300.840.00   0.20
XYZ23.064911.424858.7472
Yxy11.42480.24740.1225
Hunter Lab33.800662.6541-79.3887
CIE-Lab40.286969.2545-65.7728

#9021cd color RGB value is (144,33,205).

#9021cd hex color red value is 144, green value is 33 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9021cd hue: 0.77 , saturation: 0.72 and the lightness value of 9021cd is 0.47.

The process color (four color CMYK) of #9021cd color hex is 0.30, 0.84, 0.00, 0.20. Web safe color of #9021cd is #9933cc. Color #9021cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00100001 11001101
Octal 220 41 315
Decimal 144 33 205
Hex 90 21 CD

RGB Percentages of Color #9021cd

%37.70
%8.64
%53.66

CMYK Percentages of Color #9021cd

%30
%84
%0
%20

Triadic Colors of #9021cd

#9021cd #cd9021 #21cd90

Analogous Colors of #9021cd

#9021cd #cd21b4 #3a21cd

Monochromatic Colors of #9021cd

#9021cd

Complementary Color

#9021cd #5ecd21

#9021cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9021cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9021cd Color CSS Codes

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

#9021cd Text Font Color

<p style="color:#9021cd">Text here</p>

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


#9021cd Background Color

<div style="background-color:#9021cd">
Div content here</div>

This div background color is #9021cd


#9021cd Border Color

<div style="border:3px solid #9021cd">
Div here</div>

This div border color is #9021cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,33,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9021cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9021cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9021cd;
  box-shadow:         1px 1px 3px 2px #9021cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9021cd


Comments

No comments written yet.

Please login to write comment.