Color Hex Logo

#c94dfc Color Hex

#C94DFC
(201,77,252)
0 Favorites   0 Comments

Color spaces of #c94dfc

RGB 20177252
HSL0.780.970.65
HSV283°69°99°
CMYK 0.200.690.00   0.01
XYZ44.312024.753594.5379
Yxy24.75350.27090.1513
Hunter Lab49.752971.9120-77.8328
CIE-Lab56.834573.7600-65.2235

#c94dfc color RGB value is (201,77,252).

#c94dfc hex color red value is 201, green value is 77 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c94dfc hue: 0.78 , saturation: 0.97 and the lightness value of c94dfc is 0.65.

The process color (four color CMYK) of #c94dfc color hex is 0.20, 0.69, 0.00, 0.01. Web safe color of #c94dfc is #cc66ff. Color #c94dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001101 11111100
Octal 311 115 374
Decimal 201 77 252
Hex C9 4D FC

RGB Percentages of Color #c94dfc

%37.92
%14.53
%47.55

CMYK Percentages of Color #c94dfc

%20
%69
%0
%1

Triadic Colors of #c94dfc

#c94dfc #fcc94d #4dfcc9

Analogous Colors of #c94dfc

#c94dfc #fc4dd8 #724dfc

Monochromatic Colors of #c94dfc

#c94dfc

Complementary Color

#c94dfc #80fc4d

#c94dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94dfc Color CSS Codes

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

#c94dfc Text Font Color

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

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


#c94dfc Background Color

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

This div background color is #c94dfc


#c94dfc Border Color

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

This div border color is #c94dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94dfc


Comments

No comments written yet.

Please login to write comment.