Color Hex Logo

#c14281 Color Hex

#C14281
(193,66,129)
0 Favorites   0 Comments

Color spaces of #c14281

RGB 19366129
HSL0.920.510.51
HSV330°66°76°
CMYK 0.000.660.33   0.24
XYZ27.903016.818922.5446
Yxy16.81890.41480.2500
Hunter Lab41.010949.6790-3.8855
CIE-Lab48.031056.3122-7.9215

#c14281 color RGB value is (193,66,129).

#c14281 hex color red value is 193, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c14281 hue: 0.92 , saturation: 0.51 and the lightness value of c14281 is 0.51.

The process color (four color CMYK) of #c14281 color hex is 0.00, 0.66, 0.33, 0.24. Web safe color of #c14281 is #cc3399. Color #c14281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 10000001
Octal 301 102 201
Decimal 193 66 129
Hex C1 42 81

RGB Percentages of Color #c14281

%49.74
%17.01
%33.25

CMYK Percentages of Color #c14281

%0
%66
%33
%24

Triadic Colors of #c14281

#c14281 #81c142 #4281c1

Analogous Colors of #c14281

#c14281 #c14242 #c142c1

Monochromatic Colors of #c14281

#c14281

Complementary Color

#c14281 #42c182

#c14281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14281 Color CSS Codes

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

#c14281 Text Font Color

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

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


#c14281 Background Color

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

This div background color is #c14281


#c14281 Border Color

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

This div border color is #c14281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14281


Comments

No comments written yet.

Please login to write comment.