Color Hex Logo

#c501fb Color Hex

#C501FB
(197,1,251)
0 Favorites   0 Comments

Color spaces of #c501fb

RGB 1971251
HSL0.800.990.49
HSV287°100°98°
CMYK 0.221.000.00   0.02
XYZ40.449418.857192.7746
Yxy18.85710.26600.1240
Hunter Lab43.424890.2763-96.2725
CIE-Lab50.519689.3700-74.9174

#c501fb color RGB value is (197,1,251).

#c501fb hex color red value is 197, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c501fb hue: 0.80 , saturation: 0.99 and the lightness value of c501fb is 0.49.

The process color (four color CMYK) of #c501fb color hex is 0.22, 1.00, 0.00, 0.02. Web safe color of #c501fb is #cc00ff. Color #c501fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000001 11111011
Octal 305 1 373
Decimal 197 1 251
Hex C5 1 FB

RGB Percentages of Color #c501fb

%43.88
%0.22
%55.90

CMYK Percentages of Color #c501fb

%22
%100
%0
%2

Triadic Colors of #c501fb

#c501fb #fbc501 #01fbc5

Analogous Colors of #c501fb

#c501fb #fb01b4 #4801fb

Monochromatic Colors of #c501fb

#c501fb

Complementary Color

#c501fb #37fb01

#c501fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c501fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c501fb Color CSS Codes

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

#c501fb Text Font Color

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

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


#c501fb Background Color

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

This div background color is #c501fb


#c501fb Border Color

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

This div border color is #c501fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c501fb

Related Colors


Comments

No comments written yet.

Please login to write comment.