Color Hex Logo

#c941df Color Hex

#C941DF
(201,65,223)
0 Favorites   0 Comments

Color spaces of #c941df

RGB 20165223
HSL0.810.710.56
HSV292°71°87°
CMYK 0.100.710.00   0.13
XYZ39.297021.525871.8958
Yxy21.52580.29610.1622
Hunter Lab46.395969.9954-59.3996
CIE-Lab53.520272.8302-54.2960

#c941df color RGB value is (201,65,223).

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

The process color (four color CMYK) of #c941df color hex is 0.10, 0.71, 0.00, 0.13. Web safe color of #c941df is #cc33cc. Color #c941df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 11011111
Octal 311 101 337
Decimal 201 65 223
Hex C9 41 DF

RGB Percentages of Color #c941df

%41.10
%13.29
%45.60

CMYK Percentages of Color #c941df

%10
%71
%0
%13

Triadic Colors of #c941df

#c941df #dfc941 #41dfc9

Analogous Colors of #c941df

#c941df #df41a6 #7a41df

Monochromatic Colors of #c941df

#c941df

Complementary Color

#c941df #57df41

#c941df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941df Color CSS Codes

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

#c941df Text Font Color

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

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


#c941df Background Color

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

This div background color is #c941df


#c941df Border Color

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

This div border color is #c941df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941df


Comments

No comments written yet.

Please login to write comment.