Color Hex Logo

#c2727d Color Hex

#C2727D
(194,114,125)
0 Favorites   0 Comments

Color spaces of #c2727d

RGB 194114125
HSL0.980.400.60
HSV352°41°76°
CMYK 0.000.410.36   0.24
XYZ31.967124.984622.5397
Yxy24.98460.40210.3143
Hunter Lab49.984626.68478.2534
CIE-Lab57.060432.80067.6550

#c2727d color RGB value is (194,114,125).

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

The process color (four color CMYK) of #c2727d color hex is 0.00, 0.41, 0.36, 0.24. Web safe color of #c2727d is #cc6666. Color #c2727d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110010 01111101
Octal 302 162 175
Decimal 194 114 125
Hex C2 72 7D

RGB Percentages of Color #c2727d

%44.80
%26.33
%28.87

CMYK Percentages of Color #c2727d

%0
%41
%36
%24

Triadic Colors of #c2727d

#c2727d #7dc272 #727dc2

Analogous Colors of #c2727d

#c2727d #c28f72 #c272a5

Monochromatic Colors of #c2727d

#c2727d

Complementary Color

#c2727d #72c2b7

#c2727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2727d Color CSS Codes

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

#c2727d Text Font Color

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

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


#c2727d Background Color

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

This div background color is #c2727d


#c2727d Border Color

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

This div border color is #c2727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2727d


Comments

No comments written yet.

Please login to write comment.