Color Hex Logo

#c1949a Color Hex

#C1949A
(193,148,154)
0 Favorites   0 Comments

Color spaces of #c1949a

RGB 193148154
HSL0.980.270.67
HSV352°23°76°
CMYK 0.000.230.20   0.24
XYZ38.415034.850435.2740
Yxy34.85040.35390.3211
Hunter Lab59.034212.84445.8971
CIE-Lab65.632017.81633.3845

#c1949a color RGB value is (193,148,154).

#c1949a hex color red value is 193, green value is 148 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c1949a hue: 0.98 , saturation: 0.27 and the lightness value of c1949a is 0.67.

The process color (four color CMYK) of #c1949a color hex is 0.00, 0.23, 0.20, 0.24. Web safe color of #c1949a is #cc9999. Color #c1949a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 10011010
Octal 301 224 232
Decimal 193 148 154
Hex C1 94 9A

RGB Percentages of Color #c1949a

%38.99
%29.90
%31.11

CMYK Percentages of Color #c1949a

%0
%23
%20
%24

Triadic Colors of #c1949a

#c1949a #9ac194 #949ac1

Analogous Colors of #c1949a

#c1949a #c1a594 #c194b1

Monochromatic Colors of #c1949a

#c1949a

Complementary Color

#c1949a #94c1bb

#c1949a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1949a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1949a Color CSS Codes

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

#c1949a Text Font Color

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

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


#c1949a Background Color

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

This div background color is #c1949a


#c1949a Border Color

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

This div border color is #c1949a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1949a


Comments

No comments written yet.

Please login to write comment.