Color Hex Logo

#c941ce Color Hex

#C941CE
(201,65,206)
0 Favorites   0 Comments

Color spaces of #c941ce

RGB 20165206
HSL0.830.590.53
HSV298°68°81°
CMYK 0.020.680.00   0.19
XYZ37.118320.654360.4229
Yxy20.65430.31400.1747
Hunter Lab45.447066.2555-47.0146
CIE-Lab52.569169.9150-46.1303

#c941ce color RGB value is (201,65,206).

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

The process color (four color CMYK) of #c941ce color hex is 0.02, 0.68, 0.00, 0.19. Web safe color of #c941ce is #cc33cc. Color #c941ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000001 11001110
Octal 311 101 316
Decimal 201 65 206
Hex C9 41 CE

RGB Percentages of Color #c941ce

%42.58
%13.77
%43.64

CMYK Percentages of Color #c941ce

%2
%68
%0
%19

Triadic Colors of #c941ce

#c941ce #cec941 #41cec9

Analogous Colors of #c941ce

#c941ce #ce418d #8341ce

Monochromatic Colors of #c941ce

#c941ce

Complementary Color

#c941ce #46ce41

#c941ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c941ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c941ce Color CSS Codes

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

#c941ce Text Font Color

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

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


#c941ce Background Color

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

This div background color is #c941ce


#c941ce Border Color

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

This div border color is #c941ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c941ce


Comments

No comments written yet.

Please login to write comment.