Color Hex Logo

#c541ce Color Hex

#C541CE
(197,65,206)
0 Favorites   0 Comments

Color spaces of #c541ce

RGB 19765206
HSL0.820.590.53
HSV296°68°81°
CMYK 0.040.680.00   0.19
XYZ36.056820.107160.3732
Yxy20.10710.30940.1725
Hunter Lab44.840965.0610-48.4385
CIE-Lab51.958169.0308-47.1386

#c541ce color RGB value is (197,65,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 11001110
Octal 305 101 316
Decimal 197 65 206
Hex C5 41 CE

RGB Percentages of Color #c541ce

%42.09
%13.89
%44.02

CMYK Percentages of Color #c541ce

%4
%68
%0
%19

Triadic Colors of #c541ce

#c541ce #cec541 #41cec5

Analogous Colors of #c541ce

#c541ce #ce4191 #7f41ce

Monochromatic Colors of #c541ce

#c541ce

Complementary Color

#c541ce #4ace41

#c541ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541ce Color CSS Codes

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

#c541ce Text Font Color

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

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


#c541ce Background Color

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

This div background color is #c541ce


#c541ce Border Color

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

This div border color is #c541ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541ce


Comments

No comments written yet.

Please login to write comment.