Color Hex Logo

#c51ffc Color Hex

#C51FFC
(197,31,252)
0 Favorites   0 Comments

Color spaces of #c51ffc

RGB 19731252
HSL0.790.970.55
HSV285°88°99°
CMYK 0.220.880.00   0.01
XYZ41.086619.878693.7669
Yxy19.87860.26550.1285
Hunter Lab44.585486.4678-93.4821
CIE-Lab51.699786.2480-73.5564

#c51ffc color RGB value is (197,31,252).

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

The process color (four color CMYK) of #c51ffc color hex is 0.22, 0.88, 0.00, 0.01. Web safe color of #c51ffc is #cc33ff. Color #c51ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 11111100
Octal 305 37 374
Decimal 197 31 252
Hex C5 1F FC

RGB Percentages of Color #c51ffc

%41.04
%6.46
%52.50

CMYK Percentages of Color #c51ffc

%22
%88
%0
%1

Triadic Colors of #c51ffc

#c51ffc #fcc51f #1ffcc5

Analogous Colors of #c51ffc

#c51ffc #fc1fc5 #571ffc

Monochromatic Colors of #c51ffc

#c51ffc

Complementary Color

#c51ffc #56fc1f

#c51ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51ffc Color CSS Codes

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

#c51ffc Text Font Color

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

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


#c51ffc Background Color

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

This div background color is #c51ffc


#c51ffc Border Color

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

This div border color is #c51ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.