Color Hex Logo

#c762ad Color Hex

#C762AD
(199,98,173)
0 Favorites   0 Comments

Color spaces of #c762ad

RGB 19998173
HSL0.880.470.58
HSV315°51°78°
CMYK 0.000.510.13   0.22
XYZ35.463723.894642.2781
Yxy23.89460.34890.2351
Hunter Lab48.882143.9571-17.0624
CIE-Lab55.982149.6903-21.8018

#c762ad color RGB value is (199,98,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 10101101
Octal 307 142 255
Decimal 199 98 173
Hex C7 62 AD

RGB Percentages of Color #c762ad

%42.34
%20.85
%36.81

CMYK Percentages of Color #c762ad

%0
%51
%13
%22

Triadic Colors of #c762ad

#c762ad #adc762 #62adc7

Analogous Colors of #c762ad

#c762ad #c7627b #af62c7

Monochromatic Colors of #c762ad

#c762ad

Complementary Color

#c762ad #62c77c

#c762ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c762ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c762ad Color CSS Codes

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

#c762ad Text Font Color

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

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


#c762ad Background Color

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

This div background color is #c762ad


#c762ad Border Color

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

This div border color is #c762ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c762ad


Comments

No comments written yet.

Please login to write comment.