Color Hex Logo

#c50cfb Color Hex

#C50CFB
(197,12,251)
0 Favorites   0 Comments

Color spaces of #c50cfb

RGB 19712251
HSL0.800.970.52
HSV286°95°98°
CMYK 0.220.950.00   0.02
XYZ40.570019.098392.8148
Yxy19.09830.26610.1252
Hunter Lab43.701689.2311-95.3308
CIE-Lab50.802088.5261-74.4579

#c50cfb color RGB value is (197,12,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001100 11111011
Octal 305 14 373
Decimal 197 12 251
Hex C5 C FB

RGB Percentages of Color #c50cfb

%42.83
%2.61
%54.57

CMYK Percentages of Color #c50cfb

%22
%95
%0
%2

Triadic Colors of #c50cfb

#c50cfb #fbc50c #0cfbc5

Analogous Colors of #c50cfb

#c50cfb #fb0cba #4d0cfb

Monochromatic Colors of #c50cfb

#c50cfb

Complementary Color

#c50cfb #42fb0c

#c50cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50cfb Color CSS Codes

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

#c50cfb Text Font Color

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

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


#c50cfb Background Color

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

This div background color is #c50cfb


#c50cfb Border Color

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

This div border color is #c50cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50cfb


Comments

No comments written yet.

Please login to write comment.