Color Hex Logo

#c14cae Color Hex

#C14CAE
(193,76,174)
0 Favorites   0 Comments

Color spaces of #c14cae

RGB 19376174
HSL0.860.490.53
HSV310°61°76°
CMYK 0.000.610.10   0.24
XYZ32.216719.562342.1223
Yxy19.56230.34310.2083
Hunter Lab44.229352.6185-25.5050
CIE-Lab51.338758.3659-29.6283

#c14cae color RGB value is (193,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001100 10101110
Octal 301 114 256
Decimal 193 76 174
Hex C1 4C AE

RGB Percentages of Color #c14cae

%43.57
%17.16
%39.28

CMYK Percentages of Color #c14cae

%0
%61
%10
%24

Triadic Colors of #c14cae

#c14cae #aec14c #4caec1

Analogous Colors of #c14cae

#c14cae #c14c74 #9a4cc1

Monochromatic Colors of #c14cae

#c14cae

Complementary Color

#c14cae #4cc15f

#c14cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14cae Color CSS Codes

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

#c14cae Text Font Color

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

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


#c14cae Background Color

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

This div background color is #c14cae


#c14cae Border Color

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

This div border color is #c14cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14cae


Comments

No comments written yet.

Please login to write comment.