Color Hex Logo

#c500fb Color Hex

#C500FB
(197,0,251)
0 Favorites   0 Comments

Color spaces of #c500fb

RGB 1970251
HSL0.801.000.49
HSV287°100°98°
CMYK 0.221.000.00   0.02
XYZ40.438518.835492.7710
Yxy18.83540.26600.1239
Hunter Lab43.399890.3709-96.3580
CIE-Lab50.494189.4462-74.9590

#c500fb color RGB value is (197,0,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 11111011
Octal 305 0 373
Decimal 197 0 251
Hex C5 0 FB

RGB Percentages of Color #c500fb

%43.97
%0.00
%56.03

CMYK Percentages of Color #c500fb

%22
%100
%0
%2

Triadic Colors of #c500fb

#c500fb #fbc500 #00fbc5

Analogous Colors of #c500fb

#c500fb #fb00b4 #4800fb

Monochromatic Colors of #c500fb

#c500fb

Complementary Color

#c500fb #36fb00

#c500fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c500fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c500fb Color CSS Codes

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

#c500fb Text Font Color

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

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


#c500fb Background Color

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

This div background color is #c500fb


#c500fb Border Color

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

This div border color is #c500fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c500fb


Comments

No comments written yet.

Please login to write comment.