Color Hex Logo

#c14099 Color Hex

#C14099
(193,64,153)
0 Favorites   0 Comments

Color spaces of #c14099

RGB 19364153
HSL0.890.510.50
HSV319°67°76°
CMYK 0.000.670.21   0.24
XYZ29.575517.304231.9182
Yxy17.30420.37530.2196
Hunter Lab41.598354.1126-16.3741
CIE-Lab48.641160.1938-21.4084

#c14099 color RGB value is (193,64,153).

#c14099 hex color red value is 193, green value is 64 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c14099 hue: 0.89 , saturation: 0.51 and the lightness value of c14099 is 0.50.

The process color (four color CMYK) of #c14099 color hex is 0.00, 0.67, 0.21, 0.24. Web safe color of #c14099 is #cc3399. Color #c14099 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 10011001
Octal 301 100 231
Decimal 193 64 153
Hex C1 40 99

RGB Percentages of Color #c14099

%47.07
%15.61
%37.32

CMYK Percentages of Color #c14099

%0
%67
%21
%24

Triadic Colors of #c14099

#c14099 #99c140 #4099c1

Analogous Colors of #c14099

#c14099 #c14058 #a940c1

Monochromatic Colors of #c14099

#c14099

Complementary Color

#c14099 #40c168

#c14099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14099 Color CSS Codes

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

#c14099 Text Font Color

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

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


#c14099 Background Color

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

This div background color is #c14099


#c14099 Border Color

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

This div border color is #c14099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14099


Comments

No comments written yet.

Please login to write comment.