Color Hex Logo

#c28aab Color Hex

#C28AAB
(194,138,171)
0 Favorites   0 Comments

Color spaces of #c28aab

RGB 194138171
HSL0.900.310.65
HSV325°29°76°
CMYK 0.000.290.12   0.24
XYZ38.687332.586642.7789
Yxy32.58660.33920.2857
Hunter Lab57.084721.0744-4.4723
CIE-Lab63.824826.4776-8.8538

#c28aab color RGB value is (194,138,171).

#c28aab hex color red value is 194, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c28aab hue: 0.90 , saturation: 0.31 and the lightness value of c28aab is 0.65.

The process color (four color CMYK) of #c28aab color hex is 0.00, 0.29, 0.12, 0.24. Web safe color of #c28aab is #cc9999. Color #c28aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001010 10101011
Octal 302 212 253
Decimal 194 138 171
Hex C2 8A AB

RGB Percentages of Color #c28aab

%38.57
%27.44
%34.00

CMYK Percentages of Color #c28aab

%0
%29
%12
%24

Triadic Colors of #c28aab

#c28aab #abc28a #8aabc2

Analogous Colors of #c28aab

#c28aab #c28a8f #bd8ac2

Monochromatic Colors of #c28aab

#c28aab

Complementary Color

#c28aab #8ac2a1

#c28aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28aab Color CSS Codes

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

#c28aab Text Font Color

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

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


#c28aab Background Color

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

This div background color is #c28aab


#c28aab Border Color

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

This div border color is #c28aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,138,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 #c28aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28aab


Comments

No comments written yet.

Please login to write comment.