Color Hex Logo

#c2829f Color Hex

#C2829F
(194,130,159)
0 Favorites   0 Comments

Color spaces of #c2829f

RGB 194130159
HSL0.920.340.64
HSV333°33°76°
CMYK 0.000.330.18   0.24
XYZ36.488829.937836.6563
Yxy29.93780.35400.2904
Hunter Lab54.715423.2866-1.4202
CIE-Lab61.600528.9084-5.3377

#c2829f color RGB value is (194,130,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000010 10011111
Octal 302 202 237
Decimal 194 130 159
Hex C2 82 9F

RGB Percentages of Color #c2829f

%40.17
%26.92
%32.92

CMYK Percentages of Color #c2829f

%0
%33
%18
%24

Triadic Colors of #c2829f

#c2829f #9fc282 #829fc2

Analogous Colors of #c2829f

#c2829f #c28582 #c282bf

Monochromatic Colors of #c2829f

#c2829f

Complementary Color

#c2829f #82c2a5

#c2829f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2829f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2829f Color CSS Codes

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

#c2829f Text Font Color

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

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


#c2829f Background Color

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

This div background color is #c2829f


#c2829f Border Color

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

This div border color is #c2829f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2829f


Comments

No comments written yet.

Please login to write comment.