Color Hex Logo

#c14aae Color Hex

#C14AAE
(193,74,174)
0 Favorites   0 Comments

Color spaces of #c14aae

RGB 19374174
HSL0.860.490.52
HSV310°62°76°
CMYK 0.000.620.10   0.24
XYZ32.081119.291042.0771
Yxy19.29100.34330.2064
Hunter Lab43.921553.5171-26.0551
CIE-Lab51.025959.2242-30.1153

#c14aae color RGB value is (193,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 10101110
Octal 301 112 256
Decimal 193 74 174
Hex C1 4A AE

RGB Percentages of Color #c14aae

%43.76
%16.78
%39.46

CMYK Percentages of Color #c14aae

%0
%62
%10
%24

Triadic Colors of #c14aae

#c14aae #aec14a #4aaec1

Analogous Colors of #c14aae

#c14aae #c14a73 #994ac1

Monochromatic Colors of #c14aae

#c14aae

Complementary Color

#c14aae #4ac15d

#c14aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14aae Color CSS Codes

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

#c14aae Text Font Color

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

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


#c14aae Background Color

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

This div background color is #c14aae


#c14aae Border Color

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

This div border color is #c14aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14aae


Comments

No comments written yet.

Please login to write comment.