Color Hex Logo

#c14eab Color Hex

#C14EAB
(193,78,171)
0 Favorites   0 Comments

Color spaces of #c14eab

RGB 19378171
HSL0.870.480.53
HSV311°60°76°
CMYK 0.000.600.11   0.24
XYZ32.067419.726540.6455
Yxy19.72650.34690.2134
Hunter Lab44.414551.1520-23.1685
CIE-Lab51.526657.0167-27.5810

#c14eab color RGB value is (193,78,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001110 10101011
Octal 301 116 253
Decimal 193 78 171
Hex C1 4E AB

RGB Percentages of Color #c14eab

%43.67
%17.65
%38.69

CMYK Percentages of Color #c14eab

%0
%60
%11
%24

Triadic Colors of #c14eab

#c14eab #abc14e #4eabc1

Analogous Colors of #c14eab

#c14eab #c14e72 #9e4ec1

Monochromatic Colors of #c14eab

#c14eab

Complementary Color

#c14eab #4ec164

#c14eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14eab Color CSS Codes

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

#c14eab Text Font Color

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

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


#c14eab Background Color

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

This div background color is #c14eab


#c14eab Border Color

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

This div border color is #c14eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,78,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14eab


Comments

No comments written yet.

Please login to write comment.