Color Hex Logo

#c94cdd Color Hex

#C94CDD
(201,76,221)
0 Favorites   0 Comments

Color spaces of #c94cdd

RGB 20176221
HSL0.810.680.58
HSV292°66°87°
CMYK 0.090.660.00   0.13
XYZ39.723022.806870.7151
Yxy22.80680.29810.1712
Hunter Lab47.756564.8994-54.3638
CIE-Lab54.872868.3414-51.0053

#c94cdd color RGB value is (201,76,221).

#c94cdd hex color red value is 201, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c94cdd hue: 0.81 , saturation: 0.68 and the lightness value of c94cdd is 0.58.

The process color (four color CMYK) of #c94cdd color hex is 0.09, 0.66, 0.00, 0.13. Web safe color of #c94cdd is #cc33cc. Color #c94cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001100 11011101
Octal 311 114 335
Decimal 201 76 221
Hex C9 4C DD

RGB Percentages of Color #c94cdd

%40.36
%15.26
%44.38

CMYK Percentages of Color #c94cdd

%9
%66
%0
%13

Triadic Colors of #c94cdd

#c94cdd #ddc94c #4cddc9

Analogous Colors of #c94cdd

#c94cdd #dd4ca9 #814cdd

Monochromatic Colors of #c94cdd

#c94cdd

Complementary Color

#c94cdd #60dd4c

#c94cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94cdd Color CSS Codes

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

#c94cdd Text Font Color

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

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


#c94cdd Background Color

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

This div background color is #c94cdd


#c94cdd Border Color

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

This div border color is #c94cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94cdd


Comments

No comments written yet.

Please login to write comment.