Color Hex Logo

#c2747d Color Hex

#C2747D
(194,116,125)
0 Favorites   0 Comments

Color spaces of #c2747d

RGB 194116125
HSL0.980.390.61
HSV353°40°76°
CMYK 0.000.400.36   0.24
XYZ32.195225.440822.6157
Yxy25.44080.40120.3170
Hunter Lab50.438925.66888.7229
CIE-Lab57.502431.72068.2842

#c2747d color RGB value is (194,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 01111101
Octal 302 164 175
Decimal 194 116 125
Hex C2 74 7D

RGB Percentages of Color #c2747d

%44.60
%26.67
%28.74

CMYK Percentages of Color #c2747d

%0
%40
%36
%24

Triadic Colors of #c2747d

#c2747d #7dc274 #747dc2

Analogous Colors of #c2747d

#c2747d #c29274 #c274a4

Monochromatic Colors of #c2747d

#c2747d

Complementary Color

#c2747d #74c2b9

#c2747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2747d Color CSS Codes

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

#c2747d Text Font Color

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

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


#c2747d Background Color

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

This div background color is #c2747d


#c2747d Border Color

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

This div border color is #c2747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2747d


Comments

No comments written yet.

Please login to write comment.