Color Hex Logo

#c51fcd Color Hex

#C51FCD
(197,31,205)
0 Favorites   0 Comments

Color spaces of #c51fcd

RGB 19731205
HSL0.830.740.46
HSV297°85°80°
CMYK 0.040.850.00   0.20
XYZ34.535417.258159.2685
Yxy17.25810.31100.1554
Hunter Lab41.542975.6905-55.5080
CIE-Lab48.583678.4118-51.9484

#c51fcd color RGB value is (197,31,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 11001101
Octal 305 37 315
Decimal 197 31 205
Hex C5 1F CD

RGB Percentages of Color #c51fcd

%45.50
%7.16
%47.34

CMYK Percentages of Color #c51fcd

%4
%85
%0
%20

Triadic Colors of #c51fcd

#c51fcd #cdc51f #1fcdc5

Analogous Colors of #c51fcd

#c51fcd #cd1f7e #6e1fcd

Monochromatic Colors of #c51fcd

#c51fcd

Complementary Color

#c51fcd #27cd1f

#c51fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51fcd Color CSS Codes

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

#c51fcd Text Font Color

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

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


#c51fcd Background Color

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

This div background color is #c51fcd


#c51fcd Border Color

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

This div border color is #c51fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51fcd


Comments

No comments written yet.

Please login to write comment.