Color Hex Logo

#c494ce Color Hex

#C494CE
(196,148,206)
0 Favorites   0 Comments

Color spaces of #c494ce

RGB 196148206
HSL0.800.370.69
HSV290°28°81°
CMYK 0.050.280.00   0.19
XYZ44.495437.371863.2608
Yxy37.37180.30660.2575
Hunter Lab61.132522.9398-18.5614
CIE-Lab67.555028.0847-22.8262

#c494ce color RGB value is (196,148,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 11001110
Octal 304 224 316
Decimal 196 148 206
Hex C4 94 CE

RGB Percentages of Color #c494ce

%35.64
%26.91
%37.45

CMYK Percentages of Color #c494ce

%5
%28
%0
%19

Triadic Colors of #c494ce

#c494ce #cec494 #94cec4

Analogous Colors of #c494ce

#c494ce #ce94bb #a794ce

Monochromatic Colors of #c494ce

#c494ce

Complementary Color

#c494ce #9ece94

#c494ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494ce Color CSS Codes

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

#c494ce Text Font Color

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

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


#c494ce Background Color

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

This div background color is #c494ce


#c494ce Border Color

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

This div border color is #c494ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494ce


Comments

No comments written yet.

Please login to write comment.