Color Hex Logo

#c994dc Color Hex

#C994DC
(201,148,220)
0 Favorites   0 Comments

Color spaces of #c994dc

RGB 201148220
HSL0.790.510.72
HSV284°33°86°
CMYK 0.090.330.00   0.14
XYZ47.595638.764672.6839
Yxy38.76460.29930.2437
Hunter Lab62.261227.4972-25.6324
CIE-Lab68.580432.4801-28.9642

#c994dc color RGB value is (201,148,220).

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

The process color (four color CMYK) of #c994dc color hex is 0.09, 0.33, 0.00, 0.14. Web safe color of #c994dc is #cc99cc. Color #c994dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010100 11011100
Octal 311 224 334
Decimal 201 148 220
Hex C9 94 DC

RGB Percentages of Color #c994dc

%35.33
%26.01
%38.66

CMYK Percentages of Color #c994dc

%9
%33
%0
%14

Triadic Colors of #c994dc

#c994dc #dcc994 #94dcc9

Analogous Colors of #c994dc

#c994dc #dc94cb #a594dc

Monochromatic Colors of #c994dc

#c994dc

Complementary Color

#c994dc #a7dc94

#c994dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c994dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c994dc Color CSS Codes

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

#c994dc Text Font Color

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

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


#c994dc Background Color

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

This div background color is #c994dc


#c994dc Border Color

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

This div border color is #c994dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c994dc


Comments

No comments written yet.

Please login to write comment.