Color Hex Logo

#c27cab Color Hex

#C27CAB
(194,124,171)
0 Favorites   0 Comments

Color spaces of #c27cab

RGB 194124171
HSL0.890.360.62
HSV320°36°76°
CMYK 0.000.360.12   0.24
XYZ36.806528.824942.1519
Yxy28.82490.34150.2674
Hunter Lab53.688828.4156-8.9673
CIE-Lab60.626834.1572-13.6484

#c27cab color RGB value is (194,124,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10101011
Octal 302 174 253
Decimal 194 124 171
Hex C2 7C AB

RGB Percentages of Color #c27cab

%39.67
%25.36
%34.97

CMYK Percentages of Color #c27cab

%0
%36
%12
%24

Triadic Colors of #c27cab

#c27cab #abc27c #7cabc2

Analogous Colors of #c27cab

#c27cab #c27c88 #b67cc2

Monochromatic Colors of #c27cab

#c27cab

Complementary Color

#c27cab #7cc293

#c27cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cab Color CSS Codes

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

#c27cab Text Font Color

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

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


#c27cab Background Color

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

This div background color is #c27cab


#c27cab Border Color

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

This div border color is #c27cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cab


Comments

No comments written yet.

Please login to write comment.