Color Hex Logo

#c27aab Color Hex

#C27AAB
(194,122,171)
0 Favorites   0 Comments

Color spaces of #c27aab

RGB 194122171
HSL0.890.370.62
HSV319°37°76°
CMYK 0.000.370.12   0.24
XYZ36.558428.328742.0692
Yxy28.32870.34180.2649
Hunter Lab53.224729.4629-9.6059
CIE-Lab60.184535.2427-14.3155

#c27aab color RGB value is (194,122,171).

#c27aab hex color red value is 194, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c27aab hue: 0.89 , saturation: 0.37 and the lightness value of c27aab is 0.62.

The process color (four color CMYK) of #c27aab color hex is 0.00, 0.37, 0.12, 0.24. Web safe color of #c27aab is #cc6699. Color #c27aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 10101011
Octal 302 172 253
Decimal 194 122 171
Hex C2 7A AB

RGB Percentages of Color #c27aab

%39.84
%25.05
%35.11

CMYK Percentages of Color #c27aab

%0
%37
%12
%24

Triadic Colors of #c27aab

#c27aab #abc27a #7aabc2

Analogous Colors of #c27aab

#c27aab #c27a87 #b57ac2

Monochromatic Colors of #c27aab

#c27aab

Complementary Color

#c27aab #7ac291

#c27aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27aab Color CSS Codes

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

#c27aab Text Font Color

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

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


#c27aab Background Color

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

This div background color is #c27aab


#c27aab Border Color

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

This div border color is #c27aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27aab


Comments

No comments written yet.

Please login to write comment.