Color Hex Logo

#c294df Color Hex

#C294DF
(194,148,223)
0 Favorites   0 Comments

Color spaces of #c294df

RGB 194148223
HSL0.770.540.73
HSV277°34°87°
CMYK 0.130.340.00   0.13
XYZ46.157337.976974.7095
Yxy37.97690.29060.2391
Hunter Lab61.625425.8517-28.7405
CIE-Lab68.003630.9259-31.5676

#c294df color RGB value is (194,148,223).

#c294df hex color red value is 194, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c294df hue: 0.77 , saturation: 0.54 and the lightness value of c294df is 0.73.

The process color (four color CMYK) of #c294df color hex is 0.13, 0.34, 0.00, 0.13. Web safe color of #c294df is #cc99cc. Color #c294df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 11011111
Octal 302 224 337
Decimal 194 148 223
Hex C2 94 DF

RGB Percentages of Color #c294df

%34.34
%26.19
%39.47

CMYK Percentages of Color #c294df

%13
%34
%0
%13

Triadic Colors of #c294df

#c294df #dfc294 #94dfc2

Analogous Colors of #c294df

#c294df #df94d7 #9d94df

Monochromatic Colors of #c294df

#c294df

Complementary Color

#c294df #b1df94

#c294df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294df Color CSS Codes

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

#c294df Text Font Color

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

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


#c294df Background Color

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

This div background color is #c294df


#c294df Border Color

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

This div border color is #c294df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294df


Comments

No comments written yet.

Please login to write comment.