Color Hex Logo

#c550ce Color Hex

#C550CE
(197,80,206)
0 Favorites   0 Comments

Color spaces of #c550ce

RGB 19780206
HSL0.820.560.56
HSV296°61°81°
CMYK 0.040.610.00   0.19
XYZ37.035222.063960.6993
Yxy22.06390.30910.1842
Hunter Lab46.972258.5367-43.7362
CIE-Lab54.094763.0658-43.7500

#c550ce color RGB value is (197,80,206).

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

The process color (four color CMYK) of #c550ce color hex is 0.04, 0.61, 0.00, 0.19. Web safe color of #c550ce is #cc66cc. Color #c550ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 11001110
Octal 305 120 316
Decimal 197 80 206
Hex C5 50 CE

RGB Percentages of Color #c550ce

%40.79
%16.56
%42.65

CMYK Percentages of Color #c550ce

%4
%61
%0
%19

Triadic Colors of #c550ce

#c550ce #cec550 #50cec5

Analogous Colors of #c550ce

#c550ce #ce5098 #8650ce

Monochromatic Colors of #c550ce

#c550ce

Complementary Color

#c550ce #59ce50

#c550ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c550ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c550ce Color CSS Codes

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

#c550ce Text Font Color

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

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


#c550ce Background Color

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

This div background color is #c550ce


#c550ce Border Color

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

This div border color is #c550ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c550ce


Comments

No comments written yet.

Please login to write comment.