Color Hex Logo

#c51fce Color Hex

#C51FCE
(197,31,206)
0 Favorites   0 Comments

Color spaces of #c51fce

RGB 19731206
HSL0.820.740.46
HSV297°85°81°
CMYK 0.040.850.00   0.19
XYZ34.656517.306559.9064
Yxy17.30650.30980.1547
Hunter Lab41.601175.9006-56.2580
CIE-Lab48.643978.5684-52.4281

#c51fce color RGB value is (197,31,206).

#c51fce hex color red value is 197, green value is 31 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c51fce hue: 0.82 , saturation: 0.74 and the lightness value of c51fce is 0.46.

The process color (four color CMYK) of #c51fce color hex is 0.04, 0.85, 0.00, 0.19. Web safe color of #c51fce is #cc33cc. Color #c51fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 11001110
Octal 305 37 316
Decimal 197 31 206
Hex C5 1F CE

RGB Percentages of Color #c51fce

%45.39
%7.14
%47.47

CMYK Percentages of Color #c51fce

%4
%85
%0
%19

Triadic Colors of #c51fce

#c51fce #cec51f #1fcec5

Analogous Colors of #c51fce

#c51fce #ce1f80 #6e1fce

Monochromatic Colors of #c51fce

#c51fce

Complementary Color

#c51fce #28ce1f

#c51fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51fce Color CSS Codes

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

#c51fce Text Font Color

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

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


#c51fce Background Color

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

This div background color is #c51fce


#c51fce Border Color

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

This div border color is #c51fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51fce


Comments

No comments written yet.

Please login to write comment.