Color Hex Logo

#c761ae Color Hex

#C761AE
(199,97,174)
0 Favorites   0 Comments

Color spaces of #c761ae

RGB 19997174
HSL0.870.480.58
HSV315°51°78°
CMYK 0.000.510.13   0.22
XYZ35.467923.747542.7588
Yxy23.74750.34780.2329
Hunter Lab48.731444.6367-17.9113
CIE-Lab55.834150.3425-22.6079

#c761ae color RGB value is (199,97,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100001 10101110
Octal 307 141 256
Decimal 199 97 174
Hex C7 61 AE

RGB Percentages of Color #c761ae

%42.34
%20.64
%37.02

CMYK Percentages of Color #c761ae

%0
%51
%13
%22

Triadic Colors of #c761ae

#c761ae #aec761 #61aec7

Analogous Colors of #c761ae

#c761ae #c7617b #ad61c7

Monochromatic Colors of #c761ae

#c761ae

Complementary Color

#c761ae #61c77a

#c761ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c761ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c761ae Color CSS Codes

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

#c761ae Text Font Color

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

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


#c761ae Background Color

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

This div background color is #c761ae


#c761ae Border Color

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

This div border color is #c761ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,97,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c761ae


Comments

No comments written yet.

Please login to write comment.