Color Hex Logo

#c14877 Color Hex

#C14877
(193,72,119)
0 Favorites   0 Comments

Color spaces of #c14877

RGB 19372119
HSL0.940.490.52
HSV337°63°76°
CMYK 0.000.630.38   0.24
XYZ27.639517.304119.3360
Yxy17.30410.43000.2692
Hunter Lab41.598245.80571.5591
CIE-Lab48.640952.6339-0.9672

#c14877 color RGB value is (193,72,119).

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

The process color (four color CMYK) of #c14877 color hex is 0.00, 0.63, 0.38, 0.24. Web safe color of #c14877 is #cc3366. Color #c14877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 01110111
Octal 301 110 167
Decimal 193 72 119
Hex C1 48 77

RGB Percentages of Color #c14877

%50.26
%18.75
%30.99

CMYK Percentages of Color #c14877

%0
%63
%38
%24

Triadic Colors of #c14877

#c14877 #77c148 #4877c1

Analogous Colors of #c14877

#c14877 #c15648 #c148b4

Monochromatic Colors of #c14877

#c14877

Complementary Color

#c14877 #48c192

#c14877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14877 Color CSS Codes

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

#c14877 Text Font Color

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

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


#c14877 Background Color

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

This div background color is #c14877


#c14877 Border Color

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

This div border color is #c14877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14877


Comments

No comments written yet.

Please login to write comment.