Color Hex Logo

#c294af Color Hex

#C294AF
(194,148,175)
0 Favorites   0 Comments

Color spaces of #c294af

RGB 194148175
HSL0.900.270.67
HSV325°24°76°
CMYK 0.000.240.10   0.24
XYZ40.575935.744345.3182
Yxy35.74430.33360.2939
Hunter Lab59.786516.5179-3.0912
CIE-Lab66.324121.6389-7.3875

#c294af color RGB value is (194,148,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 10101111
Octal 302 224 257
Decimal 194 148 175
Hex C2 94 AF

RGB Percentages of Color #c294af

%37.52
%28.63
%33.85

CMYK Percentages of Color #c294af

%0
%24
%10
%24

Triadic Colors of #c294af

#c294af #afc294 #94afc2

Analogous Colors of #c294af

#c294af #c29498 #be94c2

Monochromatic Colors of #c294af

#c294af

Complementary Color

#c294af #94c2a7

#c294af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294af Color CSS Codes

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

#c294af Text Font Color

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

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


#c294af Background Color

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

This div background color is #c294af


#c294af Border Color

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

This div border color is #c294af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,148,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294af


Comments

No comments written yet.

Please login to write comment.