Color Hex Logo

#c94ddf Color Hex

#C94DDF
(201,77,223)
0 Favorites   0 Comments

Color spaces of #c94ddf

RGB 20177223
HSL0.810.700.59
HSV291°65°87°
CMYK 0.100.650.00   0.13
XYZ40.060623.053072.1503
Yxy23.05300.29620.1704
Hunter Lab48.013564.9097-55.4860
CIE-Lab55.126968.3021-51.7311

#c94ddf color RGB value is (201,77,223).

#c94ddf hex color red value is 201, green value is 77 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c94ddf hue: 0.81 , saturation: 0.70 and the lightness value of c94ddf is 0.59.

The process color (four color CMYK) of #c94ddf color hex is 0.10, 0.65, 0.00, 0.13. Web safe color of #c94ddf is #cc66cc. Color #c94ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001101 11011111
Octal 311 115 337
Decimal 201 77 223
Hex C9 4D DF

RGB Percentages of Color #c94ddf

%40.12
%15.37
%44.51

CMYK Percentages of Color #c94ddf

%10
%65
%0
%13

Triadic Colors of #c94ddf

#c94ddf #dfc94d #4ddfc9

Analogous Colors of #c94ddf

#c94ddf #df4dac #804ddf

Monochromatic Colors of #c94ddf

#c94ddf

Complementary Color

#c94ddf #63df4d

#c94ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ddf Color CSS Codes

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

#c94ddf Text Font Color

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

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


#c94ddf Background Color

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

This div background color is #c94ddf


#c94ddf Border Color

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

This div border color is #c94ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ddf


Comments

No comments written yet.

Please login to write comment.