Color Hex Logo

#c94fce Color Hex

#C94FCE
(201,79,206)
0 Favorites   0 Comments

Color spaces of #c94fce

RGB 20179206
HSL0.830.560.56
HSV298°62°81°
CMYK 0.020.620.00   0.19
XYZ38.024022.465760.7247
Yxy22.46570.31370.1853
Hunter Lab47.398060.2512-42.7817
CIE-Lab54.517764.4645-43.0438

#c94fce color RGB value is (201,79,206).

#c94fce hex color red value is 201, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c94fce hue: 0.83 , saturation: 0.56 and the lightness value of c94fce is 0.56.

The process color (four color CMYK) of #c94fce color hex is 0.02, 0.62, 0.00, 0.19. Web safe color of #c94fce is #cc66cc. Color #c94fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 11001110
Octal 311 117 316
Decimal 201 79 206
Hex C9 4F CE

RGB Percentages of Color #c94fce

%41.36
%16.26
%42.39

CMYK Percentages of Color #c94fce

%2
%62
%0
%19

Triadic Colors of #c94fce

#c94fce #cec94f #4fcec9

Analogous Colors of #c94fce

#c94fce #ce4f94 #8a4fce

Monochromatic Colors of #c94fce

#c94fce

Complementary Color

#c94fce #54ce4f

#c94fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94fce Color CSS Codes

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

#c94fce Text Font Color

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

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


#c94fce Background Color

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

This div background color is #c94fce


#c94fce Border Color

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

This div border color is #c94fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94fce


Comments

No comments written yet.

Please login to write comment.