Color Hex Logo

#c494eb Color Hex

#C494EB
(196,148,235)
0 Favorites   0 Comments

Color spaces of #c494eb

RGB 196148235
HSL0.760.690.75
HSV273°37°92°
CMYK 0.170.370.00   0.08
XYZ48.350338.913783.5600
Yxy38.91370.28300.2278
Hunter Lab62.380829.1857-35.7532
CIE-Lab68.688734.1009-37.0939

#c494eb color RGB value is (196,148,235).

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

The process color (four color CMYK) of #c494eb color hex is 0.17, 0.37, 0.00, 0.08. Web safe color of #c494eb is #cc99ff. Color #c494eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 11101011
Octal 304 224 353
Decimal 196 148 235
Hex C4 94 EB

RGB Percentages of Color #c494eb

%33.85
%25.56
%40.59

CMYK Percentages of Color #c494eb

%17
%37
%0
%8

Triadic Colors of #c494eb

#c494eb #ebc494 #94ebc4

Analogous Colors of #c494eb

#c494eb #eb94e7 #9994eb

Monochromatic Colors of #c494eb

#c494eb

Complementary Color

#c494eb #bbeb94

#c494eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494eb Color CSS Codes

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

#c494eb Text Font Color

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

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


#c494eb Background Color

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

This div background color is #c494eb


#c494eb Border Color

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

This div border color is #c494eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494eb


Comments

No comments written yet.

Please login to write comment.