Color Hex Logo

#c14dac Color Hex

#C14DAC
(193,77,172)
0 Favorites   0 Comments

Color spaces of #c14dac

RGB 19377172
HSL0.860.480.53
HSV311°60°76°
CMYK 0.000.600.11   0.24
XYZ32.092619.623841.1260
Yxy19.62380.34570.2114
Hunter Lab44.298851.7930-24.0344
CIE-Lab51.409257.6139-28.3486

#c14dac color RGB value is (193,77,172).

#c14dac hex color red value is 193, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c14dac hue: 0.86 , saturation: 0.48 and the lightness value of c14dac is 0.53.

The process color (four color CMYK) of #c14dac color hex is 0.00, 0.60, 0.11, 0.24. Web safe color of #c14dac is #cc6699. Color #c14dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001101 10101100
Octal 301 115 254
Decimal 193 77 172
Hex C1 4D AC

RGB Percentages of Color #c14dac

%43.67
%17.42
%38.91

CMYK Percentages of Color #c14dac

%0
%60
%11
%24

Triadic Colors of #c14dac

#c14dac #acc14d #4dacc1

Analogous Colors of #c14dac

#c14dac #c14d72 #9c4dc1

Monochromatic Colors of #c14dac

#c14dac

Complementary Color

#c14dac #4dc162

#c14dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14dac Color CSS Codes

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

#c14dac Text Font Color

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

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


#c14dac Background Color

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

This div background color is #c14dac


#c14dac Border Color

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

This div border color is #c14dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14dac


Comments

No comments written yet.

Please login to write comment.