Color Hex Logo

#c50dac Color Hex

#C50DAC
(197,13,172)
0 Favorites   0 Comments

Color spaces of #c50dac

RGB 19713172
HSL0.860.880.41
HSV308°93°77°
CMYK 0.000.930.13   0.23
XYZ30.616315.136740.3377
Yxy15.13670.35560.1758
Hunter Lab38.905972.3820-34.2378
CIE-Lab45.820976.2786-37.0539

#c50dac color RGB value is (197,13,172).

#c50dac hex color red value is 197, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c50dac hue: 0.86 , saturation: 0.88 and the lightness value of c50dac is 0.41.

The process color (four color CMYK) of #c50dac color hex is 0.00, 0.93, 0.13, 0.23. Web safe color of #c50dac is #cc0099. Color #c50dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001101 10101100
Octal 305 15 254
Decimal 197 13 172
Hex C5 D AC

RGB Percentages of Color #c50dac

%51.57
%3.40
%45.03

CMYK Percentages of Color #c50dac

%0
%93
%13
%23

Triadic Colors of #c50dac

#c50dac #acc50d #0dacc5

Analogous Colors of #c50dac

#c50dac #c50d50 #820dc5

Monochromatic Colors of #c50dac

#c50dac

Complementary Color

#c50dac #0dc526

#c50dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50dac Color CSS Codes

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

#c50dac Text Font Color

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

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


#c50dac Background Color

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

This div background color is #c50dac


#c50dac Border Color

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

This div border color is #c50dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50dac


Comments

No comments written yet.

Please login to write comment.