Color Hex Logo

#c27391 Color Hex

#C27391
(194,115,145)
0 Favorites   0 Comments

Color spaces of #c27391

RGB 194115145
HSL0.940.390.61
HSV337°41°76°
CMYK 0.000.410.25   0.24
XYZ33.489725.775129.9981
Yxy25.77510.37520.2888
Hunter Lab50.769228.90080.5056
CIE-Lab57.823034.9490-2.8582

#c27391 color RGB value is (194,115,145).

#c27391 hex color red value is 194, green value is 115 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #c27391 hue: 0.94 , saturation: 0.39 and the lightness value of c27391 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110011 10010001
Octal 302 163 221
Decimal 194 115 145
Hex C2 73 91

RGB Percentages of Color #c27391

%42.73
%25.33
%31.94

CMYK Percentages of Color #c27391

%0
%41
%25
%24

Triadic Colors of #c27391

#c27391 #91c273 #7391c2

Analogous Colors of #c27391

#c27391 #c27d73 #c273b9

Monochromatic Colors of #c27391

#c27391

Complementary Color

#c27391 #73c2a4

#c27391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27391 Color CSS Codes

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

#c27391 Text Font Color

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

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


#c27391 Background Color

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

This div background color is #c27391


#c27391 Border Color

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

This div border color is #c27391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27391


Comments

No comments written yet.

Please login to write comment.