Color Hex Logo

#c494bc Color Hex

#C494BC
(196,148,188)
0 Favorites   0 Comments

Color spaces of #c494bc

RGB 196148188
HSL0.860.290.67
HSV310°24°77°
CMYK 0.000.240.04   0.23
XYZ42.432036.546452.3947
Yxy36.54640.32300.2782
Hunter Lab60.453619.4942-9.0687
CIE-Lab66.935324.6595-13.7334

#c494bc color RGB value is (196,148,188).

#c494bc hex color red value is 196, green value is 148 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c494bc hue: 0.86 , saturation: 0.29 and the lightness value of c494bc is 0.67.

The process color (four color CMYK) of #c494bc color hex is 0.00, 0.24, 0.04, 0.23. Web safe color of #c494bc is #cc99cc. Color #c494bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 10111100
Octal 304 224 274
Decimal 196 148 188
Hex C4 94 BC

RGB Percentages of Color #c494bc

%36.84
%27.82
%35.34

CMYK Percentages of Color #c494bc

%0
%24
%4
%23

Triadic Colors of #c494bc

#c494bc #bcc494 #94bcc4

Analogous Colors of #c494bc

#c494bc #c494a4 #b494c4

Monochromatic Colors of #c494bc

#c494bc

Complementary Color

#c494bc #94c49c

#c494bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494bc Color CSS Codes

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

#c494bc Text Font Color

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

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


#c494bc Background Color

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

This div background color is #c494bc


#c494bc Border Color

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

This div border color is #c494bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494bc


Comments

No comments written yet.

Please login to write comment.