Color Hex Logo

#c27fab Color Hex

#C27FAB
(194,127,171)
0 Favorites   0 Comments

Color spaces of #c27fab

RGB 194127171
HSL0.890.350.63
HSV321°35°76°
CMYK 0.000.350.12   0.24
XYZ37.188229.588442.2792
Yxy29.58840.34100.2713
Hunter Lab54.395226.8429-8.0071
CIE-Lab61.297432.5219-12.6387

#c27fab color RGB value is (194,127,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 10101011
Octal 302 177 253
Decimal 194 127 171
Hex C2 7F AB

RGB Percentages of Color #c27fab

%39.43
%25.81
%34.76

CMYK Percentages of Color #c27fab

%0
%35
%12
%24

Triadic Colors of #c27fab

#c27fab #abc27f #7fabc2

Analogous Colors of #c27fab

#c27fab #c27f8a #b87fc2

Monochromatic Colors of #c27fab

#c27fab

Complementary Color

#c27fab #7fc296

#c27fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fab Color CSS Codes

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

#c27fab Text Font Color

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

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


#c27fab Background Color

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

This div background color is #c27fab


#c27fab Border Color

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

This div border color is #c27fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fab


Comments

No comments written yet.

Please login to write comment.