Color Hex Logo

#c51dac Color Hex

#C51DAC
(197,29,172)
0 Favorites   0 Comments

Color spaces of #c51dac

RGB 19729172
HSL0.860.740.44
HSV309°85°77°
CMYK 0.000.850.13   0.23
XYZ30.911715.727640.4362
Yxy15.72760.35500.1806
Hunter Lab39.658069.7313-32.6927
CIE-Lab46.615173.9542-35.8015

#c51dac color RGB value is (197,29,172).

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

The process color (four color CMYK) of #c51dac color hex is 0.00, 0.85, 0.13, 0.23. Web safe color of #c51dac is #cc3399. Color #c51dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011101 10101100
Octal 305 35 254
Decimal 197 29 172
Hex C5 1D AC

RGB Percentages of Color #c51dac

%49.50
%7.29
%43.22

CMYK Percentages of Color #c51dac

%0
%85
%13
%23

Triadic Colors of #c51dac

#c51dac #acc51d #1dacc5

Analogous Colors of #c51dac

#c51dac #c51d58 #8a1dc5

Monochromatic Colors of #c51dac

#c51dac

Complementary Color

#c51dac #1dc536

#c51dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51dac Color CSS Codes

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

#c51dac Text Font Color

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

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


#c51dac Background Color

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

This div background color is #c51dac


#c51dac Border Color

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

This div border color is #c51dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51dac


Comments

No comments written yet.

Please login to write comment.