Color Hex Logo

#c14cad Color Hex

#C14CAD
(193,76,173)
0 Favorites   0 Comments

Color spaces of #c14cad

RGB 19376173
HSL0.860.490.53
HSV310°61°76°
CMYK 0.000.610.10   0.24
XYZ32.119619.523541.6107
Yxy19.52350.34440.2094
Hunter Lab44.185452.4322-24.9054
CIE-Lab51.294158.2073-29.1127

#c14cad color RGB value is (193,76,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001100 10101101
Octal 301 114 255
Decimal 193 76 173
Hex C1 4C AD

RGB Percentages of Color #c14cad

%43.67
%17.19
%39.14

CMYK Percentages of Color #c14cad

%0
%61
%10
%24

Triadic Colors of #c14cad

#c14cad #adc14c #4cadc1

Analogous Colors of #c14cad

#c14cad #c14c73 #9b4cc1

Monochromatic Colors of #c14cad

#c14cad

Complementary Color

#c14cad #4cc160

#c14cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14cad Color CSS Codes

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

#c14cad Text Font Color

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

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


#c14cad Background Color

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

This div background color is #c14cad


#c14cad Border Color

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

This div border color is #c14cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14cad


Comments

No comments written yet.

Please login to write comment.