Color Hex Logo

#c27491 Color Hex

#C27491
(194,116,145)
0 Favorites   0 Comments

Color spaces of #c27491

RGB 194116145
HSL0.940.390.61
HSV338°40°76°
CMYK 0.000.400.25   0.24
XYZ33.604426.004530.0363
Yxy26.00450.37490.2901
Hunter Lab50.994628.38730.7739
CIE-Lab58.041334.4105-2.5369

#c27491 color RGB value is (194,116,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10010001
Octal 302 164 221
Decimal 194 116 145
Hex C2 74 91

RGB Percentages of Color #c27491

%42.64
%25.49
%31.87

CMYK Percentages of Color #c27491

%0
%40
%25
%24

Triadic Colors of #c27491

#c27491 #91c274 #7491c2

Analogous Colors of #c27491

#c27491 #c27e74 #c274b8

Monochromatic Colors of #c27491

#c27491

Complementary Color

#c27491 #74c2a5

#c27491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27491 Color CSS Codes

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

#c27491 Text Font Color

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

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


#c27491 Background Color

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

This div background color is #c27491


#c27491 Border Color

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

This div border color is #c27491


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,116,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 #c27491">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27491


Comments

No comments written yet.

Please login to write comment.