Color Hex Logo

#c27cad Color Hex

#C27CAD
(194,124,173)
0 Favorites   0 Comments

Color spaces of #c27cad

RGB 194124173
HSL0.880.360.62
HSV318°36°76°
CMYK 0.000.360.11   0.24
XYZ36.998628.901843.1637
Yxy28.90180.33920.2650
Hunter Lab53.760428.7653-9.9711
CIE-Lab60.694934.4967-14.6881

#c27cad color RGB value is (194,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10101101
Octal 302 174 255
Decimal 194 124 173
Hex C2 7C AD

RGB Percentages of Color #c27cad

%39.51
%25.25
%35.23

CMYK Percentages of Color #c27cad

%0
%36
%11
%24

Triadic Colors of #c27cad

#c27cad #adc27c #7cadc2

Analogous Colors of #c27cad

#c27cad #c27c8a #b47cc2

Monochromatic Colors of #c27cad

#c27cad

Complementary Color

#c27cad #7cc291

#c27cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cad Color CSS Codes

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

#c27cad Text Font Color

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

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


#c27cad Background Color

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

This div background color is #c27cad


#c27cad Border Color

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

This div border color is #c27cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cad


Comments

No comments written yet.

Please login to write comment.