Color Hex Logo

#c494bb Color Hex

#C494BB
(196,148,187)
0 Favorites   0 Comments

Color spaces of #c494bb

RGB 196148187
HSL0.860.290.67
HSV311°24°77°
CMYK 0.000.240.05   0.23
XYZ42.324536.503451.8288
Yxy36.50340.32390.2794
Hunter Lab60.418019.3126-8.5685
CIE-Lab66.902824.4767-13.2232

#c494bb color RGB value is (196,148,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 10111011
Octal 304 224 273
Decimal 196 148 187
Hex C4 94 BB

RGB Percentages of Color #c494bb

%36.91
%27.87
%35.22

CMYK Percentages of Color #c494bb

%0
%24
%5
%23

Triadic Colors of #c494bb

#c494bb #bbc494 #94bbc4

Analogous Colors of #c494bb

#c494bb #c494a3 #b594c4

Monochromatic Colors of #c494bb

#c494bb

Complementary Color

#c494bb #94c49d

#c494bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494bb Color CSS Codes

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

#c494bb Text Font Color

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

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


#c494bb Background Color

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

This div background color is #c494bb


#c494bb Border Color

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

This div border color is #c494bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494bb


Comments

No comments written yet.

Please login to write comment.