Color Hex Logo

#c14fae Color Hex

#C14FAE
(193,79,174)
0 Favorites   0 Comments

Color spaces of #c14fae

RGB 19379174
HSL0.860.480.53
HSV310°59°76°
CMYK 0.000.590.10   0.24
XYZ32.428319.985442.1928
Yxy19.98540.34280.2112
Hunter Lab44.705051.2472-24.6646
CIE-Lab51.820757.0498-28.8785

#c14fae color RGB value is (193,79,174).

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

The process color (four color CMYK) of #c14fae color hex is 0.00, 0.59, 0.10, 0.24. Web safe color of #c14fae is #cc6699. Color #c14fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 10101110
Octal 301 117 256
Decimal 193 79 174
Hex C1 4F AE

RGB Percentages of Color #c14fae

%43.27
%17.71
%39.01

CMYK Percentages of Color #c14fae

%0
%59
%10
%24

Triadic Colors of #c14fae

#c14fae #aec14f #4faec1

Analogous Colors of #c14fae

#c14fae #c14f75 #9b4fc1

Monochromatic Colors of #c14fae

#c14fae

Complementary Color

#c14fae #4fc162

#c14fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14fae Color CSS Codes

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

#c14fae Text Font Color

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

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


#c14fae Background Color

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

This div background color is #c14fae


#c14fae Border Color

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

This div border color is #c14fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14fae


Comments

No comments written yet.

Please login to write comment.