Color Hex Logo

#c27aae Color Hex

#C27AAE
(194,122,174)
0 Favorites   0 Comments

Color spaces of #c27aae

RGB 194122174
HSL0.880.370.62
HSV317°37°76°
CMYK 0.000.370.10   0.24
XYZ36.847628.444443.5926
Yxy28.44440.33840.2612
Hunter Lab53.333329.9911-11.1281
CIE-Lab60.288135.7525-15.8744

#c27aae color RGB value is (194,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111010 10101110
Octal 302 172 256
Decimal 194 122 174
Hex C2 7A AE

RGB Percentages of Color #c27aae

%39.59
%24.90
%35.51

CMYK Percentages of Color #c27aae

%0
%37
%10
%24

Triadic Colors of #c27aae

#c27aae #aec27a #7aaec2

Analogous Colors of #c27aae

#c27aae #c27a8a #b27ac2

Monochromatic Colors of #c27aae

#c27aae

Complementary Color

#c27aae #7ac28e

#c27aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27aae Color CSS Codes

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

#c27aae Text Font Color

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

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


#c27aae Background Color

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

This div background color is #c27aae


#c27aae Border Color

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

This div border color is #c27aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27aae


Comments

No comments written yet.

Please login to write comment.