Color Hex Logo

#c761ad Color Hex

#C761AD
(199,97,173)
0 Favorites   0 Comments

Color spaces of #c761ad

RGB 19997173
HSL0.880.480.58
HSV315°51°78°
CMYK 0.000.510.13   0.22
XYZ35.370723.708642.2471
Yxy23.70860.34910.2340
Hunter Lab48.691544.4568-17.3589
CIE-Lab55.794850.1826-22.0890

#c761ad color RGB value is (199,97,173).

#c761ad hex color red value is 199, green value is 97 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c761ad hue: 0.88 , saturation: 0.48 and the lightness value of c761ad is 0.58.

The process color (four color CMYK) of #c761ad color hex is 0.00, 0.51, 0.13, 0.22. Web safe color of #c761ad is #cc6699. Color #c761ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 10101101
Octal 307 141 255
Decimal 199 97 173
Hex C7 61 AD

RGB Percentages of Color #c761ad

%42.43
%20.68
%36.89

CMYK Percentages of Color #c761ad

%0
%51
%13
%22

Triadic Colors of #c761ad

#c761ad #adc761 #61adc7

Analogous Colors of #c761ad

#c761ad #c7617a #ae61c7

Monochromatic Colors of #c761ad

#c761ad

Complementary Color

#c761ad #61c77b

#c761ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761ad Color CSS Codes

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

#c761ad Text Font Color

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

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


#c761ad Background Color

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

This div background color is #c761ad


#c761ad Border Color

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

This div border color is #c761ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761ad


Comments

No comments written yet.

Please login to write comment.