Color Hex Logo

#c2828d Color Hex

#C2828D
(194,130,141)
0 Favorites   0 Comments

Color spaces of #c2828d

RGB 194130141
HSL0.970.340.64
HSV350°33°76°
CMYK 0.000.330.27   0.24
XYZ35.038529.357729.0192
Yxy29.35770.37510.3143
Hunter Lab54.182720.61136.1734
CIE-Lab61.096026.20324.2163

#c2828d color RGB value is (194,130,141).

#c2828d hex color red value is 194, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #c2828d hue: 0.97 , saturation: 0.34 and the lightness value of c2828d is 0.64.

The process color (four color CMYK) of #c2828d color hex is 0.00, 0.33, 0.27, 0.24. Web safe color of #c2828d is #cc9999. Color #c2828d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000010 10001101
Octal 302 202 215
Decimal 194 130 141
Hex C2 82 8D

RGB Percentages of Color #c2828d

%41.72
%27.96
%30.32

CMYK Percentages of Color #c2828d

%0
%33
%27
%24

Triadic Colors of #c2828d

#c2828d #8dc282 #828dc2

Analogous Colors of #c2828d

#c2828d #c29782 #c282ad

Monochromatic Colors of #c2828d

#c2828d

Complementary Color

#c2828d #82c2b7

#c2828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2828d Color CSS Codes

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

#c2828d Text Font Color

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

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


#c2828d Background Color

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

This div background color is #c2828d


#c2828d Border Color

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

This div border color is #c2828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2828d


Comments

No comments written yet.

Please login to write comment.