Color Hex Logo

#c294de Color Hex

#C294DE
(194,148,222)
0 Favorites   0 Comments

Color spaces of #c294de

RGB 194148222
HSL0.770.530.73
HSV277°33°87°
CMYK 0.130.330.00   0.13
XYZ46.022937.923174.0015
Yxy37.92310.29140.2401
Hunter Lab61.581725.6333-28.1404
CIE-Lab67.963930.7152-31.0770

#c294de color RGB value is (194,148,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 11011110
Octal 302 224 336
Decimal 194 148 222
Hex C2 94 DE

RGB Percentages of Color #c294de

%34.40
%26.24
%39.36

CMYK Percentages of Color #c294de

%13
%33
%0
%13

Triadic Colors of #c294de

#c294de #dec294 #94dec2

Analogous Colors of #c294de

#c294de #de94d5 #9d94de

Monochromatic Colors of #c294de

#c294de

Complementary Color

#c294de #b0de94

#c294de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294de Color CSS Codes

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

#c294de Text Font Color

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

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


#c294de Background Color

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

This div background color is #c294de


#c294de Border Color

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

This div border color is #c294de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294de


Comments

No comments written yet.

Please login to write comment.