color codes Logo

#c494db color codes

#C494DB
(196,148,219)
0 Favorites   0 Comments

Color spaces of #c494db

RGB 196148219
HSL0.780.500.72
HSV281°32°86°
CMYK 0.110.320.00   0.14
XYZ46.141038.030071.9265
Yxy38.03000.29560.2436
Hunter Lab61.668525.6358-25.9845
CIE-Lab68.042730.7110-29.2820

#c494db color RGB value is (196,148,219).

#c494db hex color red value is 196, green value is 148 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c494db hue: 0.78 , saturation: 0.50 and the lightness value of c494db is 0.72.

The process color (four color CMYK) of #c494db color code is 0.11, 0.32, 0.00, 0.14. Web safe color of #c494db is #cc99cc. Color #c494db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 11011011
Octal 304 224 333
Decimal 196 148 219
Hex C4 94 DB

RGB Percentages of Color #c494db

%34.81
%26.29
%38.90

CMYK Percentages of Color #c494db

%11
%32
%0
%14

Triadic Colors of #c494db

#c494db #dbc494 #94dbc4

Analogous Colors of #c494db

#c494db #db94cf #a194db

Monochromatic Colors of #c494db

#c494db

Complementary Color

#c494db #abdb94

#c494db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c494db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c494db Color CSS Codes

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

#c494db Text Font Color

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

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


#c494db Background Color

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

This div background color is #c494db


#c494db Border Color

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

This div border color is #c494db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c494db


Comments

No comments written yet.

Please login to write comment.