Color Hex Logo

#c271ad Color Hex

#C271AD
(194,113,173)
0 Favorites   0 Comments

Color spaces of #c271ad

RGB 194113173
HSL0.880.400.60
HSV316°42°76°
CMYK 0.000.420.11   0.24
XYZ35.696126.296742.7295
Yxy26.29670.34090.2511
Hunter Lab51.280334.5129-13.5074
CIE-Lab58.317640.4081-18.2925

#c271ad color RGB value is (194,113,173).

#c271ad hex color red value is 194, green value is 113 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c271ad hue: 0.88 , saturation: 0.40 and the lightness value of c271ad is 0.60.

The process color (four color CMYK) of #c271ad color hex is 0.00, 0.42, 0.11, 0.24. Web safe color of #c271ad is #cc6699. Color #c271ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10101101
Octal 302 161 255
Decimal 194 113 173
Hex C2 71 AD

RGB Percentages of Color #c271ad

%40.42
%23.54
%36.04

CMYK Percentages of Color #c271ad

%0
%42
%11
%24

Triadic Colors of #c271ad

#c271ad #adc271 #71adc2

Analogous Colors of #c271ad

#c271ad #c27185 #af71c2

Monochromatic Colors of #c271ad

#c271ad

Complementary Color

#c271ad #71c286

#c271ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c271ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c271ad Color CSS Codes

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

#c271ad Text Font Color

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

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


#c271ad Background Color

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

This div background color is #c271ad


#c271ad Border Color

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

This div border color is #c271ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,113,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 #c271ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c271ad


Comments

No comments written yet.

Please login to write comment.