Color Hex Logo

#c994db Color Hex

#C994DB
(201,148,219)
0 Favorites   0 Comments

Color spaces of #c994db

RGB 201148219
HSL0.790.500.72
HSV285°32°86°
CMYK 0.080.320.00   0.14
XYZ47.463538.711871.9884
Yxy38.71180.30010.2448
Hunter Lab62.218827.2855-25.0465
CIE-Lab68.542032.2781-28.4711

#c994db color RGB value is (201,148,219).

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

The process color (four color CMYK) of #c994db color hex is 0.08, 0.32, 0.00, 0.14. Web safe color of #c994db is #cc99cc. Color #c994db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 11011011
Octal 311 224 333
Decimal 201 148 219
Hex C9 94 DB

RGB Percentages of Color #c994db

%35.39
%26.06
%38.56

CMYK Percentages of Color #c994db

%8
%32
%0
%14

Triadic Colors of #c994db

#c994db #dbc994 #94dbc9

Analogous Colors of #c994db

#c994db #db94ca #a694db

Monochromatic Colors of #c994db

#c994db

Complementary Color

#c994db #a6db94

#c994db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994db Color CSS Codes

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

#c994db Text Font Color

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

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


#c994db Background Color

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

This div background color is #c994db


#c994db Border Color

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

This div border color is #c994db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c994db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994db


Comments

No comments written yet.

Please login to write comment.