Color Hex Logo

#c27190 Color Hex

#C27190
(194,113,144)
0 Favorites   0 Comments

Color spaces of #c27190

RGB 194113144
HSL0.940.400.60
HSV337°42°76°
CMYK 0.000.420.26   0.24
XYZ33.187325.293229.5185
Yxy25.29320.37710.2874
Hunter Lab50.292329.77830.4051
CIE-Lab57.360035.8784-2.9591

#c27190 color RGB value is (194,113,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10010000
Octal 302 161 220
Decimal 194 113 144
Hex C2 71 90

RGB Percentages of Color #c27190

%43.02
%25.06
%31.93

CMYK Percentages of Color #c27190

%0
%42
%26
%24

Triadic Colors of #c27190

#c27190 #90c271 #7190c2

Analogous Colors of #c27190

#c27190 #c27b71 #c271b9

Monochromatic Colors of #c27190

#c27190

Complementary Color

#c27190 #71c2a3

#c27190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27190 Color CSS Codes

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

#c27190 Text Font Color

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

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


#c27190 Background Color

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

This div background color is #c27190


#c27190 Border Color

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

This div border color is #c27190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27190


Comments

No comments written yet.

Please login to write comment.