Color Hex Logo

#c50fda Color Hex

#C50FDA
(197,15,218)
0 Favorites   0 Comments

Color spaces of #c50fda

RGB 19715218
HSL0.820.870.46
HSV294°93°85°
CMYK 0.100.930.00   0.15
XYZ35.851717.273967.7743
Yxy17.27390.29650.1429
Hunter Lab41.561981.2426-67.5899
CIE-Lab48.603382.8035-59.3798

#c50fda color RGB value is (197,15,218).

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

The process color (four color CMYK) of #c50fda color hex is 0.10, 0.93, 0.00, 0.15. Web safe color of #c50fda is #cc00cc. Color #c50fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001111 11011010
Octal 305 17 332
Decimal 197 15 218
Hex C5 F DA

RGB Percentages of Color #c50fda

%45.81
%3.49
%50.70

CMYK Percentages of Color #c50fda

%10
%93
%0
%15

Triadic Colors of #c50fda

#c50fda #dac50f #0fdac5

Analogous Colors of #c50fda

#c50fda #da0f8a #600fda

Monochromatic Colors of #c50fda

#c50fda

Complementary Color

#c50fda #24da0f

#c50fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50fda Color CSS Codes

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

#c50fda Text Font Color

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

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


#c50fda Background Color

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

This div background color is #c50fda


#c50fda Border Color

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

This div border color is #c50fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50fda


Comments

No comments written yet.

Please login to write comment.