Color Hex Logo

#9018cd Color Hex

#9018CD
(144,24,205)
0 Favorites   0 Comments

Color spaces of #9018cd

RGB 14424205
HSL0.780.790.45
HSV280°88°80°
CMYK 0.300.880.00   0.20
XYZ22.847710.990358.6747
Yxy10.99030.24700.1188
Hunter Lab33.151665.0047-81.7306
CIE-Lab39.564171.3880-66.9520

#9018cd color RGB value is (144,24,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00011000 11001101
Octal 220 30 315
Decimal 144 24 205
Hex 90 18 CD

RGB Percentages of Color #9018cd

%38.61
%6.43
%54.96

CMYK Percentages of Color #9018cd

%30
%88
%0
%20

Triadic Colors of #9018cd

#9018cd #cd9018 #18cd90

Analogous Colors of #9018cd

#9018cd #cd18b0 #3618cd

Monochromatic Colors of #9018cd

#9018cd

Complementary Color

#9018cd #55cd18

#9018cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9018cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9018cd Color CSS Codes

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

#9018cd Text Font Color

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

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


#9018cd Background Color

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

This div background color is #9018cd


#9018cd Border Color

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

This div border color is #9018cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9018cd


Comments

No comments written yet.

Please login to write comment.