Color Hex Logo

#c14faf Color Hex

#C14FAF
(193,79,175)
0 Favorites   0 Comments

Color spaces of #c14faf

RGB 19379175
HSL0.860.480.53
HSV309°59°76°
CMYK 0.000.590.09   0.24
XYZ32.526220.024642.7082
Yxy20.02460.34150.2102
Hunter Lab44.748951.4342-25.2620
CIE-Lab51.865057.2101-29.3934

#c14faf color RGB value is (193,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 10101111
Octal 301 117 257
Decimal 193 79 175
Hex C1 4F AF

RGB Percentages of Color #c14faf

%43.18
%17.67
%39.15

CMYK Percentages of Color #c14faf

%0
%59
%9
%24

Triadic Colors of #c14faf

#c14faf #afc14f #4fafc1

Analogous Colors of #c14faf

#c14faf #c14f76 #9a4fc1

Monochromatic Colors of #c14faf

#c14faf

Complementary Color

#c14faf #4fc161

#c14faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14faf Color CSS Codes

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

#c14faf Text Font Color

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

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


#c14faf Background Color

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

This div background color is #c14faf


#c14faf Border Color

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

This div border color is #c14faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14faf


Comments

No comments written yet.

Please login to write comment.