Color Hex Logo

#9951ca Color Hex

#9951CA
(153,81,202)
0 Favorites   0 Comments

Color spaces of #9951ca

RGB 15381202
HSL0.770.530.55
HSV276°60°79°
CMYK 0.240.600.00   0.21
XYZ26.740016.921457.7339
Yxy16.92140.26370.1669
Hunter Lab41.135644.0456-54.4186
CIE-Lab48.160851.0701-51.2555

#9951ca color RGB value is (153,81,202).

#9951ca hex color red value is 153, green value is 81 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9951ca hue: 0.77 , saturation: 0.53 and the lightness value of 9951ca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 11001010
Octal 231 121 312
Decimal 153 81 202
Hex 99 51 CA

RGB Percentages of Color #9951ca

%35.09
%18.58
%46.33

CMYK Percentages of Color #9951ca

%24
%60
%0
%21

Triadic Colors of #9951ca

#9951ca #ca9951 #51ca99

Analogous Colors of #9951ca

#9951ca #ca51bf #5d51ca

Monochromatic Colors of #9951ca

#9951ca

Complementary Color

#9951ca #82ca51

#9951ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9951ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9951ca Color CSS Codes

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

#9951ca Text Font Color

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

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


#9951ca Background Color

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

This div background color is #9951ca


#9951ca Border Color

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

This div border color is #9951ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9951ca


Comments

No comments written yet.

Please login to write comment.