Color Hex Logo

#c27185 Color Hex

#C27185
(194,113,133)
0 Favorites   0 Comments

Color spaces of #c27185

RGB 194113133
HSL0.960.400.60
HSV345°42°76°
CMYK 0.000.420.31   0.24
XYZ32.386924.973025.3036
Yxy24.97300.39180.3021
Hunter Lab49.973028.23104.9599
CIE-Lab57.049134.36492.9848

#c27185 color RGB value is (194,113,133).

#c27185 hex color red value is 194, green value is 113 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c27185 hue: 0.96 , saturation: 0.40 and the lightness value of c27185 is 0.60.

The process color (four color CMYK) of #c27185 color hex is 0.00, 0.42, 0.31, 0.24. Web safe color of #c27185 is #cc6699. Color #c27185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10000101
Octal 302 161 205
Decimal 194 113 133
Hex C2 71 85

RGB Percentages of Color #c27185

%44.09
%25.68
%30.23

CMYK Percentages of Color #c27185

%0
%42
%31
%24

Triadic Colors of #c27185

#c27185 #85c271 #7185c2

Analogous Colors of #c27185

#c27185 #c28671 #c271ae

Monochromatic Colors of #c27185

#c27185

Complementary Color

#c27185 #71c2ae

#c27185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27185 Color CSS Codes

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

#c27185 Text Font Color

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

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


#c27185 Background Color

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

This div background color is #c27185


#c27185 Border Color

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

This div border color is #c27185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27185


Comments

No comments written yet.

Please login to write comment.