Color Hex Logo

#c931ad Color Hex

#C931AD
(201,49,173)
0 Favorites   0 Comments

Color spaces of #c931ad

RGB 20149173
HSL0.860.610.49
HSV311°76°79°
CMYK 0.000.760.14   0.21
XYZ32.728517.631341.2134
Yxy17.63130.35740.1925
Hunter Lab41.989665.6486-28.8012
CIE-Lab49.045870.0853-32.5257

#c931ad color RGB value is (201,49,173).

#c931ad hex color red value is 201, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c931ad hue: 0.86 , saturation: 0.61 and the lightness value of c931ad is 0.49.

The process color (four color CMYK) of #c931ad color hex is 0.00, 0.76, 0.14, 0.21. Web safe color of #c931ad is #cc3399. Color #c931ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 10101101
Octal 311 61 255
Decimal 201 49 173
Hex C9 31 AD

RGB Percentages of Color #c931ad

%47.52
%11.58
%40.90

CMYK Percentages of Color #c931ad

%0
%76
%14
%21

Triadic Colors of #c931ad

#c931ad #adc931 #31adc9

Analogous Colors of #c931ad

#c931ad #c93161 #9931c9

Monochromatic Colors of #c931ad

#c931ad

Complementary Color

#c931ad #31c94d

#c931ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c931ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c931ad Color CSS Codes

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

#c931ad Text Font Color

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

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


#c931ad Background Color

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

This div background color is #c931ad


#c931ad Border Color

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

This div border color is #c931ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,49,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c931ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c931ad;
  -webkit-box-shadow: 1px 1px 3px 2px #c931ad;
  box-shadow:         1px 1px 3px 2px #c931ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,49,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c931ad


Comments

No comments written yet.

Please login to write comment.