Color Hex Logo

#c149ac Color Hex

#C149AC
(193,73,172)
0 Favorites   0 Comments

Color spaces of #c149ac

RGB 19373172
HSL0.860.490.52
HSV311°62°76°
CMYK 0.000.620.11   0.24
XYZ31.821319.081141.0356
Yxy19.08110.34610.2075
Hunter Lab43.681953.5899-25.1208
CIE-Lab50.782059.3335-29.3240

#c149ac color RGB value is (193,73,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001001 10101100
Octal 301 111 254
Decimal 193 73 172
Hex C1 49 AC

RGB Percentages of Color #c149ac

%44.06
%16.67
%39.27

CMYK Percentages of Color #c149ac

%0
%62
%11
%24

Triadic Colors of #c149ac

#c149ac #acc149 #49acc1

Analogous Colors of #c149ac

#c149ac #c14970 #9a49c1

Monochromatic Colors of #c149ac

#c149ac

Complementary Color

#c149ac #49c15e

#c149ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c149ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c149ac Color CSS Codes

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

#c149ac Text Font Color

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

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


#c149ac Background Color

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

This div background color is #c149ac


#c149ac Border Color

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

This div border color is #c149ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c149ac


Comments

No comments written yet.

Please login to write comment.