Color Hex Logo

#9966ca Color Hex

#9966CA
(153,102,202)
0 Favorites   0 Comments

Color spaces of #9966ca

RGB 153102202
HSL0.750.490.60
HSV271°50°79°
CMYK 0.240.500.00   0.21
XYZ28.548920.539358.3369
Yxy20.53930.26580.1912
Hunter Lab45.320333.1331-44.5947
CIE-Lab52.441639.8459-44.4366

#9966ca color RGB value is (153,102,202).

#9966ca hex color red value is 153, green value is 102 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9966ca hue: 0.75 , saturation: 0.49 and the lightness value of 9966ca is 0.60.

The process color (four color CMYK) of #9966ca color hex is 0.24, 0.50, 0.00, 0.21. Web safe color of #9966ca is #9966cc. Color #9966ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 11001010
Octal 231 146 312
Decimal 153 102 202
Hex 99 66 CA

RGB Percentages of Color #9966ca

%33.48
%22.32
%44.20

CMYK Percentages of Color #9966ca

%24
%50
%0
%21

Triadic Colors of #9966ca

#9966ca #ca9966 #66ca99

Analogous Colors of #9966ca

#9966ca #ca66c9 #6766ca

Monochromatic Colors of #9966ca

#9966ca

Complementary Color

#9966ca #97ca66

#9966ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9966ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9966ca Color CSS Codes

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

#9966ca Text Font Color

<p style="color:#9966ca">Text here</p>

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


#9966ca Background Color

<div style="background-color:#9966ca">
Div content here</div>

This div background color is #9966ca


#9966ca Border Color

<div style="border:3px solid #9966ca">
Div here</div>

This div border color is #9966ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,102,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9966ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9966ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9966ca;
  box-shadow:         1px 1px 3px 2px #9966ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,102,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9966ca


Comments

No comments written yet.

Please login to write comment.