Color Hex Logo

#c294cd Color Hex

#C294CD
(194,148,205)
0 Favorites   0 Comments

Color spaces of #c294cd

RGB 194148205
HSL0.800.360.69
HSV288°28°80°
CMYK 0.050.280.00   0.20
XYZ43.857537.056962.5988
Yxy37.05690.30560.2582
Hunter Lab60.874422.0718-18.3575
CIE-Lab67.319727.2349-22.6478

#c294cd color RGB value is (194,148,205).

#c294cd hex color red value is 194, green value is 148 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c294cd hue: 0.80 , saturation: 0.36 and the lightness value of c294cd is 0.69.

The process color (four color CMYK) of #c294cd color hex is 0.05, 0.28, 0.00, 0.20. Web safe color of #c294cd is #cc99cc. Color #c294cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 11001101
Octal 302 224 315
Decimal 194 148 205
Hex C2 94 CD

RGB Percentages of Color #c294cd

%35.47
%27.06
%37.48

CMYK Percentages of Color #c294cd

%5
%28
%0
%20

Triadic Colors of #c294cd

#c294cd #cdc294 #94cdc2

Analogous Colors of #c294cd

#c294cd #cd94bc #a694cd

Monochromatic Colors of #c294cd

#c294cd

Complementary Color

#c294cd #9fcd94

#c294cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294cd Color CSS Codes

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

#c294cd Text Font Color

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

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


#c294cd Background Color

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

This div background color is #c294cd


#c294cd Border Color

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

This div border color is #c294cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294cd


Comments

No comments written yet.

Please login to write comment.