Color Hex Logo

#c27193 Color Hex

#C27193
(194,113,147)
0 Favorites   0 Comments

Color spaces of #c27193

RGB 194113147
HSL0.930.400.60
HSV335°42°76°
CMYK 0.000.420.24   0.24
XYZ33.419725.386230.7424
Yxy25.38620.37320.2835
Hunter Lab50.384730.2241-0.9067
CIE-Lab57.449836.3113-4.5691

#c27193 color RGB value is (194,113,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10010011
Octal 302 161 223
Decimal 194 113 147
Hex C2 71 93

RGB Percentages of Color #c27193

%42.73
%24.89
%32.38

CMYK Percentages of Color #c27193

%0
%42
%24
%24

Triadic Colors of #c27193

#c27193 #93c271 #7193c2

Analogous Colors of #c27193

#c27193 #c27871 #c271bc

Monochromatic Colors of #c27193

#c27193

Complementary Color

#c27193 #71c2a0

#c27193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27193 Color CSS Codes

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

#c27193 Text Font Color

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

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


#c27193 Background Color

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

This div background color is #c27193


#c27193 Border Color

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

This div border color is #c27193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27193


Comments

No comments written yet.

Please login to write comment.