Color Hex Logo

#c551fb Color Hex

#C551FB
(197,81,251)
0 Favorites   0 Comments

Color spaces of #c551fb

RGB 19781251
HSL0.780.960.65
HSV281°68°98°
CMYK 0.220.680.00   0.02
XYZ43.381024.720293.7518
Yxy24.72020.26800.1527
Hunter Lab49.719468.7352-76.9947
CIE-Lab56.801871.1664-64.7495

#c551fb color RGB value is (197,81,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010001 11111011
Octal 305 121 373
Decimal 197 81 251
Hex C5 51 FB

RGB Percentages of Color #c551fb

%37.24
%15.31
%47.45

CMYK Percentages of Color #c551fb

%22
%68
%0
%2

Triadic Colors of #c551fb

#c551fb #fbc551 #51fbc5

Analogous Colors of #c551fb

#c551fb #fb51dc #7051fb

Monochromatic Colors of #c551fb

#c551fb

Complementary Color

#c551fb #87fb51

#c551fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c551fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c551fb Color CSS Codes

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

#c551fb Text Font Color

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

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


#c551fb Background Color

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

This div background color is #c551fb


#c551fb Border Color

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

This div border color is #c551fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c551fb


Comments

No comments written yet.

Please login to write comment.