Color Hex Logo

#9001cd Color Hex

#9001CD
(144,1,205)
0 Favorites   0 Comments

Color spaces of #9001cd

RGB 1441205
HSL0.780.990.40
HSV282°100°80°
CMYK 0.301.000.00   0.20
XYZ22.531910.358858.5695
Yxy10.35880.24640.1133
Hunter Lab32.185168.6391-85.3647
CIE-Lab38.478874.6270-68.7259

#9001cd color RGB value is (144,1,205).

#9001cd hex color red value is 144, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9001cd hue: 0.78 , saturation: 0.99 and the lightness value of 9001cd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000001 11001101
Octal 220 1 315
Decimal 144 1 205
Hex 90 1 CD

RGB Percentages of Color #9001cd

%41.14
%0.29
%58.57

CMYK Percentages of Color #9001cd

%30
%100
%0
%20

Triadic Colors of #9001cd

#9001cd #cd9001 #01cd90

Analogous Colors of #9001cd

#9001cd #cd01a4 #2a01cd

Monochromatic Colors of #9001cd

#9001cd

Complementary Color

#9001cd #3ecd01

#9001cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9001cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9001cd Color CSS Codes

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

#9001cd Text Font Color

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

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


#9001cd Background Color

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

This div background color is #9001cd


#9001cd Border Color

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

This div border color is #9001cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,1,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 #9001cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9001cd


Comments

No comments written yet.

Please login to write comment.