Color Hex Logo

#c294ad Color Hex

#C294AD
(194,148,173)
0 Favorites   0 Comments

Color spaces of #c294ad

RGB 194148173
HSL0.910.270.67
HSV327°24°76°
CMYK 0.000.240.11   0.24
XYZ40.380935.666344.2911
Yxy35.66630.33560.2964
Hunter Lab59.721316.1816-2.1664
CIE-Lab66.264221.2931-6.3541

#c294ad color RGB value is (194,148,173).

#c294ad hex color red value is 194, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c294ad hue: 0.91 , saturation: 0.27 and the lightness value of c294ad is 0.67.

The process color (four color CMYK) of #c294ad color hex is 0.00, 0.24, 0.11, 0.24. Web safe color of #c294ad is #cc9999. Color #c294ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 10101101
Octal 302 224 255
Decimal 194 148 173
Hex C2 94 AD

RGB Percentages of Color #c294ad

%37.67
%28.74
%33.59

CMYK Percentages of Color #c294ad

%0
%24
%11
%24

Triadic Colors of #c294ad

#c294ad #adc294 #94adc2

Analogous Colors of #c294ad

#c294ad #c29496 #c094c2

Monochromatic Colors of #c294ad

#c294ad

Complementary Color

#c294ad #94c2a9

#c294ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294ad Color CSS Codes

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

#c294ad Text Font Color

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

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


#c294ad Background Color

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

This div background color is #c294ad


#c294ad Border Color

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

This div border color is #c294ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294ad


Comments

No comments written yet.

Please login to write comment.