Color Hex Logo

#c94fdf Color Hex

#C94FDF
(201,79,223)
0 Favorites   0 Comments

Color spaces of #c94fdf

RGB 20179223
HSL0.810.690.59
HSV291°65°87°
CMYK 0.100.650.00   0.13
XYZ40.202723.337272.1976
Yxy23.33720.29620.1719
Hunter Lab48.308664.0087-54.7934
CIE-Lab55.418067.4901-51.2673

#c94fdf color RGB value is (201,79,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 11011111
Octal 311 117 337
Decimal 201 79 223
Hex C9 4F DF

RGB Percentages of Color #c94fdf

%39.96
%15.71
%44.33

CMYK Percentages of Color #c94fdf

%10
%65
%0
%13

Triadic Colors of #c94fdf

#c94fdf #dfc94f #4fdfc9

Analogous Colors of #c94fdf

#c94fdf #df4fad #814fdf

Monochromatic Colors of #c94fdf

#c94fdf

Complementary Color

#c94fdf #65df4f

#c94fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94fdf Color CSS Codes

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

#c94fdf Text Font Color

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

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


#c94fdf Background Color

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

This div background color is #c94fdf


#c94fdf Border Color

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

This div border color is #c94fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,79,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 #c94fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94fdf


Comments

No comments written yet.

Please login to write comment.