Color Hex Logo

#c294ef Color Hex

#C294EF
(194,148,239)
0 Favorites   0 Comments

Color spaces of #c294ef

RGB 194148239
HSL0.750.740.76
HSV270°38°94°
CMYK 0.190.380.00   0.06
XYZ48.418038.881186.6143
Yxy38.88110.27840.2236
Hunter Lab62.354729.4833-38.7089
CIE-Lab68.665134.3891-39.3390

#c294ef color RGB value is (194,148,239).

#c294ef hex color red value is 194, green value is 148 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c294ef hue: 0.75 , saturation: 0.74 and the lightness value of c294ef is 0.76.

The process color (four color CMYK) of #c294ef color hex is 0.19, 0.38, 0.00, 0.06. Web safe color of #c294ef is #cc99ff. Color #c294ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 11101111
Octal 302 224 357
Decimal 194 148 239
Hex C2 94 EF

RGB Percentages of Color #c294ef

%33.39
%25.47
%41.14

CMYK Percentages of Color #c294ef

%19
%38
%0
%6

Triadic Colors of #c294ef

#c294ef #efc294 #94efc2

Analogous Colors of #c294ef

#c294ef #ef94ef #9594ef

Monochromatic Colors of #c294ef

#c294ef

Complementary Color

#c294ef #c1ef94

#c294ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c294ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c294ef Color CSS Codes

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

#c294ef Text Font Color

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

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


#c294ef Background Color

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

This div background color is #c294ef


#c294ef Border Color

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

This div border color is #c294ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c294ef


Comments

No comments written yet.

Please login to write comment.