Color Hex Logo

#c71aad Color Hex

#C71AAD
(199,26,173)
0 Favorites   0 Comments

Color spaces of #c71aad

RGB 19926173
HSL0.860.770.44
HSV309°87°78°
CMYK 0.000.870.13   0.22
XYZ31.465415.898040.9454
Yxy15.89800.35630.1800
Hunter Lab39.872371.0876-32.9751
CIE-Lab46.840475.0238-36.0139

#c71aad color RGB value is (199,26,173).

#c71aad hex color red value is 199, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c71aad hue: 0.86 , saturation: 0.77 and the lightness value of c71aad is 0.44.

The process color (four color CMYK) of #c71aad color hex is 0.00, 0.87, 0.13, 0.22. Web safe color of #c71aad is #cc3399. Color #c71aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 10101101
Octal 307 32 255
Decimal 199 26 173
Hex C7 1A AD

RGB Percentages of Color #c71aad

%50.00
%6.53
%43.47

CMYK Percentages of Color #c71aad

%0
%87
%13
%22

Triadic Colors of #c71aad

#c71aad #adc71a #1aadc7

Analogous Colors of #c71aad

#c71aad #c71a56 #8b1ac7

Monochromatic Colors of #c71aad

#c71aad

Complementary Color

#c71aad #1ac734

#c71aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71aad Color CSS Codes

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

#c71aad Text Font Color

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

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


#c71aad Background Color

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

This div background color is #c71aad


#c71aad Border Color

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

This div border color is #c71aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71aad


Comments

No comments written yet.

Please login to write comment.