color codes Logo

#c50fbf color codes

#C50FBF
(197,15,191)
0 Favorites   0 Comments

Color spaces of #c50fbf

RGB 19715191
HSL0.840.860.42
HSV302°92°77°
CMYK 0.000.920.03   0.23
XYZ32.600815.973650.6552
Yxy15.97360.32850.1610
Hunter Lab39.967075.6590-47.1688
CIE-Lab46.939878.7065-46.4544

#c50fbf color RGB value is (197,15,191).

#c50fbf hex color red value is 197, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c50fbf hue: 0.84 , saturation: 0.86 and the lightness value of c50fbf is 0.42.

The process color (four color CMYK) of #c50fbf color code is 0.00, 0.92, 0.03, 0.23. Web safe color of #c50fbf is #cc00cc. Color #c50fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001111 10111111
Octal 305 17 277
Decimal 197 15 191
Hex C5 F BF

RGB Percentages of Color #c50fbf

%48.88
%3.72
%47.39

CMYK Percentages of Color #c50fbf

%0
%92
%3
%23

Triadic Colors of #c50fbf

#c50fbf #bfc50f #0fbfc5

Analogous Colors of #c50fbf

#c50fbf #c50f64 #700fc5

Monochromatic Colors of #c50fbf

#c50fbf

Complementary Color

#c50fbf #0fc515

#c50fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50fbf Color CSS Codes

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

#c50fbf Text Font Color

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

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


#c50fbf Background Color

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

This div background color is #c50fbf


#c50fbf Border Color

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

This div border color is #c50fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50fbf


Comments

No comments written yet.

Please login to write comment.