Color Hex Logo

#c14bac Color Hex

#C14BAC
(193,75,172)
0 Favorites   0 Comments

Color spaces of #c14bac

RGB 19375172
HSL0.860.490.53
HSV311°61°76°
CMYK 0.000.610.11   0.24
XYZ31.954819.348241.0801
Yxy19.34820.34590.2094
Hunter Lab43.986652.6978-24.5817
CIE-Lab51.092158.4814-28.8414

#c14bac color RGB value is (193,75,172).

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

The process color (four color CMYK) of #c14bac color hex is 0.00, 0.61, 0.11, 0.24. Web safe color of #c14bac is #cc3399. Color #c14bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001011 10101100
Octal 301 113 254
Decimal 193 75 172
Hex C1 4B AC

RGB Percentages of Color #c14bac

%43.86
%17.05
%39.09

CMYK Percentages of Color #c14bac

%0
%61
%11
%24

Triadic Colors of #c14bac

#c14bac #acc14b #4bacc1

Analogous Colors of #c14bac

#c14bac #c14b71 #9b4bc1

Monochromatic Colors of #c14bac

#c14bac

Complementary Color

#c14bac #4bc160

#c14bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14bac Color CSS Codes

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

#c14bac Text Font Color

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

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


#c14bac Background Color

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

This div background color is #c14bac


#c14bac Border Color

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

This div border color is #c14bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14bac


Comments

No comments written yet.

Please login to write comment.