Color Hex Logo

#c27aac Color Hex

#C27AAC
(194,122,172)
0 Favorites   0 Comments

Color spaces of #c27aac

RGB 194122172
HSL0.880.370.62
HSV318°37°76°
CMYK 0.000.370.11   0.24
XYZ36.654128.367042.5732
Yxy28.36700.34070.2636
Hunter Lab53.260729.6378-10.1102
CIE-Lab60.218935.4118-14.8358

#c27aac color RGB value is (194,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 10101100
Octal 302 172 254
Decimal 194 122 172
Hex C2 7A AC

RGB Percentages of Color #c27aac

%39.75
%25.00
%35.25

CMYK Percentages of Color #c27aac

%0
%37
%11
%24

Triadic Colors of #c27aac

#c27aac #acc27a #7aacc2

Analogous Colors of #c27aac

#c27aac #c27a88 #b47ac2

Monochromatic Colors of #c27aac

#c27aac

Complementary Color

#c27aac #7ac290

#c27aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27aac Color CSS Codes

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

#c27aac Text Font Color

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

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


#c27aac Background Color

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

This div background color is #c27aac


#c27aac Border Color

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

This div border color is #c27aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27aac


Comments

No comments written yet.

Please login to write comment.