Color Hex Logo

#c2828e Color Hex

#C2828E
(194,130,142)
0 Favorites   0 Comments

Color spaces of #c2828e

RGB 194130142
HSL0.970.340.64
HSV349°33°76°
CMYK 0.000.330.27   0.24
XYZ35.113329.387629.4129
Yxy29.38760.37390.3129
Hunter Lab54.210320.75055.7783
CIE-Lab61.122226.34543.6820

#c2828e color RGB value is (194,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000010 10001110
Octal 302 202 216
Decimal 194 130 142
Hex C2 82 8E

RGB Percentages of Color #c2828e

%41.63
%27.90
%30.47

CMYK Percentages of Color #c2828e

%0
%33
%27
%24

Triadic Colors of #c2828e

#c2828e #8ec282 #828ec2

Analogous Colors of #c2828e

#c2828e #c29682 #c282ae

Monochromatic Colors of #c2828e

#c2828e

Complementary Color

#c2828e #82c2b6

#c2828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2828e Color CSS Codes

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

#c2828e Text Font Color

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

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


#c2828e Background Color

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

This div background color is #c2828e


#c2828e Border Color

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

This div border color is #c2828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2828e


Comments

No comments written yet.

Please login to write comment.