Color Hex Logo

#c774ad Color Hex

#C774AD
(199,116,173)
0 Favorites   0 Comments

Color spaces of #c774ad

RGB 199116173
HSL0.890.430.62
HSV319°42°78°
CMYK 0.000.420.13   0.22
XYZ37.341427.650042.9040
Yxy27.65000.34610.2563
Hunter Lab52.583334.7390-11.5679
CIE-Lab59.571240.4640-16.3302

#c774ad color RGB value is (199,116,173).

#c774ad hex color red value is 199, green value is 116 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c774ad hue: 0.89 , saturation: 0.43 and the lightness value of c774ad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 10101101
Octal 307 164 255
Decimal 199 116 173
Hex C7 74 AD

RGB Percentages of Color #c774ad

%40.78
%23.77
%35.45

CMYK Percentages of Color #c774ad

%0
%42
%13
%22

Triadic Colors of #c774ad

#c774ad #adc774 #74adc7

Analogous Colors of #c774ad

#c774ad #c77484 #b874c7

Monochromatic Colors of #c774ad

#c774ad

Complementary Color

#c774ad #74c78e

#c774ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774ad Color CSS Codes

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

#c774ad Text Font Color

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

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


#c774ad Background Color

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

This div background color is #c774ad


#c774ad Border Color

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

This div border color is #c774ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774ad


Comments

No comments written yet.

Please login to write comment.