Color Hex Logo

#9967ca Color Hex

#9967CA
(153,103,202)
0 Favorites   0 Comments

Color spaces of #9967ca

RGB 153103202
HSL0.750.480.60
HSV270°49°79°
CMYK 0.240.490.00   0.21
XYZ28.647820.737158.3699
Yxy20.73710.26590.1924
Hunter Lab45.538032.6022-44.1204
CIE-Lab52.660639.2881-44.0896

#9967ca color RGB value is (153,103,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100111 11001010
Octal 231 147 312
Decimal 153 103 202
Hex 99 67 CA

RGB Percentages of Color #9967ca

%33.41
%22.49
%44.10

CMYK Percentages of Color #9967ca

%24
%49
%0
%21

Triadic Colors of #9967ca

#9967ca #ca9967 #67ca99

Analogous Colors of #9967ca

#9967ca #ca67ca #6867ca

Monochromatic Colors of #9967ca

#9967ca

Complementary Color

#9967ca #98ca67

#9967ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9967ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9967ca Color CSS Codes

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

#9967ca Text Font Color

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

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


#9967ca Background Color

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

This div background color is #9967ca


#9967ca Border Color

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

This div border color is #9967ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,103,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 #9967ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9967ca


Comments

No comments written yet.

Please login to write comment.