Color Hex Logo

#c294cb Color Hex

#C294CB
(194,148,203)
0 Favorites   0 Comments

Color spaces of #c294cb

RGB 194148203
HSL0.810.350.69
HSV290°27°80°
CMYK 0.040.270.00   0.20
XYZ43.617536.960961.3352
Yxy36.96090.30740.2604
Hunter Lab60.795521.6721-17.2595
CIE-Lab67.247726.8393-21.6454

#c294cb color RGB value is (194,148,203).

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

The process color (four color CMYK) of #c294cb color hex is 0.04, 0.27, 0.00, 0.20. Web safe color of #c294cb is #cc99cc. Color #c294cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 11001011
Octal 302 224 313
Decimal 194 148 203
Hex C2 94 CB

RGB Percentages of Color #c294cb

%35.60
%27.16
%37.25

CMYK Percentages of Color #c294cb

%4
%27
%0
%20

Triadic Colors of #c294cb

#c294cb #cbc294 #94cbc2

Analogous Colors of #c294cb

#c294cb #cb94b9 #a794cb

Monochromatic Colors of #c294cb

#c294cb

Complementary Color

#c294cb #9dcb94

#c294cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294cb Color CSS Codes

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

#c294cb Text Font Color

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

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


#c294cb Background Color

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

This div background color is #c294cb


#c294cb Border Color

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

This div border color is #c294cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294cb


Comments

No comments written yet.

Please login to write comment.