Color Hex Logo

#c14785 Color Hex

#C14785
(193,71,133)
0 Favorites   0 Comments

Color spaces of #c14785

RGB 19371133
HSL0.920.500.52
HSV330°63°76°
CMYK 0.000.630.31   0.24
XYZ28.479217.537424.0743
Yxy17.53740.40630.2502
Hunter Lab41.877748.1042-4.7698
CIE-Lab48.930154.7085-8.9890

#c14785 color RGB value is (193,71,133).

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

The process color (four color CMYK) of #c14785 color hex is 0.00, 0.63, 0.31, 0.24. Web safe color of #c14785 is #cc3399. Color #c14785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000111 10000101
Octal 301 107 205
Decimal 193 71 133
Hex C1 47 85

RGB Percentages of Color #c14785

%48.61
%17.88
%33.50

CMYK Percentages of Color #c14785

%0
%63
%31
%24

Triadic Colors of #c14785

#c14785 #85c147 #4785c1

Analogous Colors of #c14785

#c14785 #c14748 #c047c1

Monochromatic Colors of #c14785

#c14785

Complementary Color

#c14785 #47c183

#c14785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14785 Color CSS Codes

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

#c14785 Text Font Color

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

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


#c14785 Background Color

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

This div background color is #c14785


#c14785 Border Color

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

This div border color is #c14785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14785


Comments

No comments written yet.

Please login to write comment.