Color Hex Logo

#c184ab Color Hex

#C184AB
(193,132,171)
0 Favorites   0 Comments

Color spaces of #c184ab

RGB 193132171
HSL0.890.330.64
HSV322°32°76°
CMYK 0.000.320.11   0.24
XYZ37.594330.780342.4878
Yxy30.78030.33910.2776
Hunter Lab55.480023.8650-6.5696
CIE-Lab62.321729.4332-11.1123

#c184ab color RGB value is (193,132,171).

#c184ab hex color red value is 193, green value is 132 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c184ab hue: 0.89 , saturation: 0.33 and the lightness value of c184ab is 0.64.

The process color (four color CMYK) of #c184ab color hex is 0.00, 0.32, 0.11, 0.24. Web safe color of #c184ab is #cc9999. Color #c184ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 10101011
Octal 301 204 253
Decimal 193 132 171
Hex C1 84 AB

RGB Percentages of Color #c184ab

%38.91
%26.61
%34.48

CMYK Percentages of Color #c184ab

%0
%32
%11
%24

Triadic Colors of #c184ab

#c184ab #abc184 #84abc1

Analogous Colors of #c184ab

#c184ab #c1848d #b984c1

Monochromatic Colors of #c184ab

#c184ab

Complementary Color

#c184ab #84c19a

#c184ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c184ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c184ab Color CSS Codes

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

#c184ab Text Font Color

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

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


#c184ab Background Color

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

This div background color is #c184ab


#c184ab Border Color

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

This div border color is #c184ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c184ab


Comments

No comments written yet.

Please login to write comment.