Color Hex Logo

#c14f7d Color Hex

#C14F7D
(193,79,125)
0 Favorites   0 Comments

Color spaces of #c14f7d

RGB 19379125
HSL0.930.480.53
HSV336°59°76°
CMYK 0.000.590.35   0.24
XYZ28.490018.410121.4540
Yxy18.41010.41680.2693
Hunter Lab42.907043.43580.3892
CIE-Lab49.989850.1834-2.6048

#c14f7d color RGB value is (193,79,125).

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

The process color (four color CMYK) of #c14f7d color hex is 0.00, 0.59, 0.35, 0.24. Web safe color of #c14f7d is #cc6666. Color #c14f7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001111 01111101
Octal 301 117 175
Decimal 193 79 125
Hex C1 4F 7D

RGB Percentages of Color #c14f7d

%48.61
%19.90
%31.49

CMYK Percentages of Color #c14f7d

%0
%59
%35
%24

Triadic Colors of #c14f7d

#c14f7d #7dc14f #4f7dc1

Analogous Colors of #c14f7d

#c14f7d #c15a4f #c14fb6

Monochromatic Colors of #c14f7d

#c14f7d

Complementary Color

#c14f7d #4fc193

#c14f7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14f7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14f7d Color CSS Codes

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

#c14f7d Text Font Color

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

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


#c14f7d Background Color

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

This div background color is #c14f7d


#c14f7d Border Color

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

This div border color is #c14f7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14f7d


Comments

No comments written yet.

Please login to write comment.