Color Hex Logo

#9006da Color Hex

#9006DA
(144,6,218)
0 Favorites   0 Comments

Color spaces of #9006da

RGB 1446218
HSL0.780.950.44
HSV279°97°85°
CMYK 0.340.970.00   0.15
XYZ24.221611.121567.1997
Yxy11.12150.23620.1085
Hunter Lab33.348971.2855-96.1280
CIE-Lab39.784476.5494-74.1009

#9006da color RGB value is (144,6,218).

#9006da hex color red value is 144, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9006da hue: 0.78 , saturation: 0.95 and the lightness value of 9006da is 0.44.

The process color (four color CMYK) of #9006da color hex is 0.34, 0.97, 0.00, 0.15. Web safe color of #9006da is #9900cc. Color #9006da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000110 11011010
Octal 220 6 332
Decimal 144 6 218
Hex 90 6 DA

RGB Percentages of Color #9006da

%39.13
%1.63
%59.24

CMYK Percentages of Color #9006da

%34
%97
%0
%15

Triadic Colors of #9006da

#9006da #da9006 #06da90

Analogous Colors of #9006da

#9006da #da06ba #2606da

Monochromatic Colors of #9006da

#9006da

Complementary Color

#9006da #50da06

#9006da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9006da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9006da Color CSS Codes

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

#9006da Text Font Color

<p style="color:#9006da">Text here</p>

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


#9006da Background Color

<div style="background-color:#9006da">
Div content here</div>

This div background color is #9006da


#9006da Border Color

<div style="border:3px solid #9006da">
Div here</div>

This div border color is #9006da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,6,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9006da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9006da;
  -webkit-box-shadow: 1px 1px 3px 2px #9006da;
  box-shadow:         1px 1px 3px 2px #9006da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9006da


Comments

No comments written yet.

Please login to write comment.