Color Hex Logo

#c27483 Color Hex

#C27483
(194,116,131)
0 Favorites   0 Comments

Color spaces of #c27483

RGB 194116131
HSL0.970.390.61
HSV348°40°76°
CMYK 0.000.400.32   0.24
XYZ32.590325.598824.6961
Yxy25.59880.39320.3088
Hunter Lab50.595326.43686.4766
CIE-Lab57.654332.48605.0202

#c27483 color RGB value is (194,116,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10000011
Octal 302 164 203
Decimal 194 116 131
Hex C2 74 83

RGB Percentages of Color #c27483

%43.99
%26.30
%29.71

CMYK Percentages of Color #c27483

%0
%40
%32
%24

Triadic Colors of #c27483

#c27483 #83c274 #7483c2

Analogous Colors of #c27483

#c27483 #c28c74 #c274aa

Monochromatic Colors of #c27483

#c27483

Complementary Color

#c27483 #74c2b3

#c27483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27483 Color CSS Codes

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

#c27483 Text Font Color

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

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


#c27483 Background Color

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

This div background color is #c27483


#c27483 Border Color

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

This div border color is #c27483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27483


Comments

No comments written yet.

Please login to write comment.