Color Hex Logo

#c27eac Color Hex

#C27EAC
(194,126,172)
0 Favorites   0 Comments

Color spaces of #c27eac

RGB 194126172
HSL0.890.360.63
HSV319°35°76°
CMYK 0.000.350.11   0.24
XYZ37.155429.369642.7403
Yxy29.36960.34000.2688
Hunter Lab54.193727.5412-8.8239
CIE-Lab61.106433.2376-13.4965

#c27eac color RGB value is (194,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 10101100
Octal 302 176 254
Decimal 194 126 172
Hex C2 7E AC

RGB Percentages of Color #c27eac

%39.43
%25.61
%34.96

CMYK Percentages of Color #c27eac

%0
%35
%11
%24

Triadic Colors of #c27eac

#c27eac #acc27e #7eacc2

Analogous Colors of #c27eac

#c27eac #c27e8a #b67ec2

Monochromatic Colors of #c27eac

#c27eac

Complementary Color

#c27eac #7ec294

#c27eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27eac Color CSS Codes

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

#c27eac Text Font Color

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

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


#c27eac Background Color

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

This div background color is #c27eac


#c27eac Border Color

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

This div border color is #c27eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,126,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27eac


Comments

No comments written yet.

Please login to write comment.