Color Hex Logo

#c550fe Color Hex

#C550FE
(197,80,254)
0 Favorites   0 Comments

Color spaces of #c550fe

RGB 19780254
HSL0.780.990.65
HSV280°69°100°
CMYK 0.220.690.00   0.00
XYZ43.784024.763496.2381
Yxy24.76340.26570.1503
Hunter Lab49.762869.9689-79.8290
CIE-Lab56.844272.1722-66.3437

#c550fe color RGB value is (197,80,254).

#c550fe hex color red value is 197, green value is 80 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c550fe hue: 0.78 , saturation: 0.99 and the lightness value of c550fe is 0.65.

The process color (four color CMYK) of #c550fe color hex is 0.22, 0.69, 0.00, 0.00. Web safe color of #c550fe is #cc66ff. Color #c550fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 11111110
Octal 305 120 376
Decimal 197 80 254
Hex C5 50 FE

RGB Percentages of Color #c550fe

%37.10
%15.07
%47.83

CMYK Percentages of Color #c550fe

%22
%69
%0
%0

Triadic Colors of #c550fe

#c550fe #fec550 #50fec5

Analogous Colors of #c550fe

#c550fe #fe50e0 #6e50fe

Monochromatic Colors of #c550fe

#c550fe

Complementary Color

#c550fe #89fe50

#c550fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c550fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c550fe Color CSS Codes

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

#c550fe Text Font Color

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

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


#c550fe Background Color

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

This div background color is #c550fe


#c550fe Border Color

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

This div border color is #c550fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,80,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c550fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c550fe

Related Colors


Comments

No comments written yet.

Please login to write comment.