Color Hex Logo

#c14a80 Color Hex

#C14A80
(193,74,128)
0 Favorites   0 Comments

Color spaces of #c14a80

RGB 19374128
HSL0.920.490.52
HSV333°62°76°
CMYK 0.000.620.34   0.24
XYZ28.337417.793522.3630
Yxy17.79350.41370.2598
Hunter Lab42.182346.0942-1.9050
CIE-Lab49.244752.7966-5.5104

#c14a80 color RGB value is (193,74,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 10000000
Octal 301 112 200
Decimal 193 74 128
Hex C1 4A 80

RGB Percentages of Color #c14a80

%48.86
%18.73
%32.41

CMYK Percentages of Color #c14a80

%0
%62
%34
%24

Triadic Colors of #c14a80

#c14a80 #80c14a #4a80c1

Analogous Colors of #c14a80

#c14a80 #c1504a #c14abc

Monochromatic Colors of #c14a80

#c14a80

Complementary Color

#c14a80 #4ac18b

#c14a80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14a80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14a80 Color CSS Codes

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

#c14a80 Text Font Color

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

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


#c14a80 Background Color

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

This div background color is #c14a80


#c14a80 Border Color

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

This div border color is #c14a80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14a80


Comments

No comments written yet.

Please login to write comment.