Color Hex Logo

#c51fcb Color Hex

#C51FCB
(197,31,203)
0 Favorites   0 Comments

Color spaces of #c51fcb

RGB 19731203
HSL0.830.740.46
HSV298°85°80°
CMYK 0.030.850.00   0.20
XYZ34.295417.162158.0050
Yxy17.16210.31330.1568
Hunter Lab41.427275.2733-54.0170
CIE-Lab48.463678.1006-50.9864

#c51fcb color RGB value is (197,31,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011111 11001011
Octal 305 37 313
Decimal 197 31 203
Hex C5 1F CB

RGB Percentages of Color #c51fcb

%45.71
%7.19
%47.10

CMYK Percentages of Color #c51fcb

%3
%85
%0
%20

Triadic Colors of #c51fcb

#c51fcb #cbc51f #1fcbc5

Analogous Colors of #c51fcb

#c51fcb #cb1f7b #6f1fcb

Monochromatic Colors of #c51fcb

#c51fcb

Complementary Color

#c51fcb #25cb1f

#c51fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51fcb Color CSS Codes

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

#c51fcb Text Font Color

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

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


#c51fcb Background Color

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

This div background color is #c51fcb


#c51fcb Border Color

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

This div border color is #c51fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51fcb


Comments

No comments written yet.

Please login to write comment.