Color Hex Logo

#c14fac Color Hex

#C14FAC
(193,79,172)
0 Favorites   0 Comments

Color spaces of #c14fac

RGB 19379172
HSL0.860.480.53
HSV311°59°76°
CMYK 0.000.590.11   0.24
XYZ32.234719.908041.1734
Yxy19.90800.34540.2133
Hunter Lab44.618450.8758-23.4794
CIE-Lab51.733056.7310-27.8457

#c14fac color RGB value is (193,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 10101100
Octal 301 117 254
Decimal 193 79 172
Hex C1 4F AC

RGB Percentages of Color #c14fac

%43.47
%17.79
%38.74

CMYK Percentages of Color #c14fac

%0
%59
%11
%24

Triadic Colors of #c14fac

#c14fac #acc14f #4facc1

Analogous Colors of #c14fac

#c14fac #c14f73 #9d4fc1

Monochromatic Colors of #c14fac

#c14fac

Complementary Color

#c14fac #4fc164

#c14fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fac Color CSS Codes

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

#c14fac Text Font Color

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

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


#c14fac Background Color

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

This div background color is #c14fac


#c14fac Border Color

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

This div border color is #c14fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fac


Comments

No comments written yet.

Please login to write comment.