Color Hex Logo

#c550fc Color Hex

#C550FC
(197,80,252)
0 Favorites   0 Comments

Color spaces of #c550fc

RGB 19780252
HSL0.780.970.65
HSV281°68°99°
CMYK 0.220.680.00   0.01
XYZ43.465324.635994.5598
Yxy24.63590.26720.1515
Hunter Lab49.634669.4531-78.2104
CIE-Lab56.718971.7727-65.4374

#c550fc color RGB value is (197,80,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010000 11111100
Octal 305 120 374
Decimal 197 80 252
Hex C5 50 FC

RGB Percentages of Color #c550fc

%37.24
%15.12
%47.64

CMYK Percentages of Color #c550fc

%22
%68
%0
%1

Triadic Colors of #c550fc

#c550fc #fcc550 #50fcc5

Analogous Colors of #c550fc

#c550fc #fc50dd #6f50fc

Monochromatic Colors of #c550fc

#c550fc

Complementary Color

#c550fc #87fc50

#c550fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c550fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c550fc Color CSS Codes

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

#c550fc Text Font Color

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

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


#c550fc Background Color

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

This div background color is #c550fc


#c550fc Border Color

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

This div border color is #c550fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c550fc


Comments

No comments written yet.

Please login to write comment.