Color Hex Logo

#c27caa Color Hex

#C27CAA
(194,124,170)
0 Favorites   0 Comments

Color spaces of #c27caa

RGB 194124170
HSL0.890.360.62
HSV321°36°76°
CMYK 0.000.360.12   0.24
XYZ36.711528.786941.6517
Yxy28.78690.34260.2687
Hunter Lab53.653428.2423-8.4700
CIE-Lab60.593133.9886-13.1276

#c27caa color RGB value is (194,124,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10101010
Octal 302 174 252
Decimal 194 124 170
Hex C2 7C AA

RGB Percentages of Color #c27caa

%39.75
%25.41
%34.84

CMYK Percentages of Color #c27caa

%0
%36
%12
%24

Triadic Colors of #c27caa

#c27caa #aac27c #7caac2

Analogous Colors of #c27caa

#c27caa #c27c87 #b77cc2

Monochromatic Colors of #c27caa

#c27caa

Complementary Color

#c27caa #7cc294

#c27caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27caa Color CSS Codes

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

#c27caa Text Font Color

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

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


#c27caa Background Color

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

This div background color is #c27caa


#c27caa Border Color

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

This div border color is #c27caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27caa


Comments

No comments written yet.

Please login to write comment.