Color Hex Logo

#c294da Color Hex

#C294DA
(194,148,218)
0 Favorites   0 Comments

Color spaces of #c294da

RGB 194148218
HSL0.780.490.72
HSV279°32°85°
CMYK 0.110.320.00   0.15
XYZ45.492937.711171.2109
Yxy37.71110.29460.2442
Hunter Lab61.409424.7689-25.7667
CIE-Lab67.807129.8778-29.1085

#c294da color RGB value is (194,148,218).

#c294da hex color red value is 194, green value is 148 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c294da hue: 0.78 , saturation: 0.49 and the lightness value of c294da is 0.72.

The process color (four color CMYK) of #c294da color hex is 0.11, 0.32, 0.00, 0.15. Web safe color of #c294da is #cc99cc. Color #c294da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 11011010
Octal 302 224 332
Decimal 194 148 218
Hex C2 94 DA

RGB Percentages of Color #c294da

%34.64
%26.43
%38.93

CMYK Percentages of Color #c294da

%11
%32
%0
%15

Triadic Colors of #c294da

#c294da #dac294 #94dac2

Analogous Colors of #c294da

#c294da #da94cf #9f94da

Monochromatic Colors of #c294da

#c294da

Complementary Color

#c294da #acda94

#c294da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294da Color CSS Codes

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

#c294da Text Font Color

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

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


#c294da Background Color

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

This div background color is #c294da


#c294da Border Color

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

This div border color is #c294da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294da


Comments

No comments written yet.

Please login to write comment.