Color Hex Logo

#c1949b Color Hex

#C1949B
(193,148,155)
0 Favorites   0 Comments

Color spaces of #c1949b

RGB 193148155
HSL0.970.270.67
HSV351°23°76°
CMYK 0.000.230.20   0.24
XYZ38.498634.883835.7145
Yxy34.88380.35290.3198
Hunter Lab59.062512.99195.4917
CIE-Lab65.658117.97192.8600

#c1949b color RGB value is (193,148,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010100 10011011
Octal 301 224 233
Decimal 193 148 155
Hex C1 94 9B

RGB Percentages of Color #c1949b

%38.91
%29.84
%31.25

CMYK Percentages of Color #c1949b

%0
%23
%20
%24

Triadic Colors of #c1949b

#c1949b #9bc194 #949bc1

Analogous Colors of #c1949b

#c1949b #c1a494 #c194b2

Monochromatic Colors of #c1949b

#c1949b

Complementary Color

#c1949b #94c1ba

#c1949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1949b Color CSS Codes

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

#c1949b Text Font Color

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

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


#c1949b Background Color

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

This div background color is #c1949b


#c1949b Border Color

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

This div border color is #c1949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1949b


Comments

No comments written yet.

Please login to write comment.