Color Hex Logo

#c27992 Color Hex

#C27992
(194,121,146)
0 Favorites   0 Comments

Color spaces of #c27992

RGB 194121146
HSL0.940.370.62
HSV339°38°76°
CMYK 0.000.380.25   0.24
XYZ34.273827.219430.6416
Yxy27.21940.37200.2954
Hunter Lab52.172225.96171.6986
CIE-Lab59.176931.8481-1.4478

#c27992 color RGB value is (194,121,146).

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

The process color (four color CMYK) of #c27992 color hex is 0.00, 0.38, 0.25, 0.24. Web safe color of #c27992 is #cc6699. Color #c27992 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111001 10010010
Octal 302 171 222
Decimal 194 121 146
Hex C2 79 92

RGB Percentages of Color #c27992

%42.08
%26.25
%31.67

CMYK Percentages of Color #c27992

%0
%38
%25
%24

Triadic Colors of #c27992

#c27992 #92c279 #7992c2

Analogous Colors of #c27992

#c27992 #c28579 #c279b7

Monochromatic Colors of #c27992

#c27992

Complementary Color

#c27992 #79c2a9

#c27992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27992 Color CSS Codes

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

#c27992 Text Font Color

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

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


#c27992 Background Color

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

This div background color is #c27992


#c27992 Border Color

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

This div border color is #c27992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27992


Comments

No comments written yet.

Please login to write comment.