Color Hex Logo

#9049cd Color Hex

#9049CD
(144,73,205)
0 Favorites   0 Comments

Color spaces of #9049cd

RGB 14473205
HSL0.760.570.55
HSV272°64°80°
CMYK 0.300.640.00   0.20
XYZ24.903615.102259.3601
Yxy15.10220.25060.1520
Hunter Lab38.861546.3802-63.3610
CIE-Lab45.773953.6803-56.8768

#9049cd color RGB value is (144,73,205).

#9049cd hex color red value is 144, green value is 73 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9049cd hue: 0.76 , saturation: 0.57 and the lightness value of 9049cd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01001001 11001101
Octal 220 111 315
Decimal 144 73 205
Hex 90 49 CD

RGB Percentages of Color #9049cd

%34.12
%17.30
%48.58

CMYK Percentages of Color #9049cd

%30
%64
%0
%20

Triadic Colors of #9049cd

#9049cd #cd9049 #49cd90

Analogous Colors of #9049cd

#9049cd #cd49c8 #4e49cd

Monochromatic Colors of #9049cd

#9049cd

Complementary Color

#9049cd #86cd49

#9049cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9049cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9049cd Color CSS Codes

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

#9049cd Text Font Color

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

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


#9049cd Background Color

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

This div background color is #9049cd


#9049cd Border Color

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

This div border color is #9049cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9049cd


Comments

No comments written yet.

Please login to write comment.