Color Hex Logo

#c2826c Color Hex

#C2826C
(194,130,108)
0 Favorites   0 Comments

Color spaces of #c2826c

RGB 194130108
HSL0.040.410.59
HSV15°44°76°
CMYK 0.000.330.44   0.24
XYZ32.937528.517317.9558
Yxy28.51730.41480.3591
Hunter Lab53.401616.644017.4454
CIE-Lab60.353222.090921.9675

#c2826c color RGB value is (194,130,108).

#c2826c hex color red value is 194, green value is 130 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c2826c hue: 0.04 , saturation: 0.41 and the lightness value of c2826c is 0.59.

The process color (four color CMYK) of #c2826c color hex is 0.00, 0.33, 0.44, 0.24. Web safe color of #c2826c is #cc9966. Color #c2826c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000010 01101100
Octal 302 202 154
Decimal 194 130 108
Hex C2 82 6C

RGB Percentages of Color #c2826c

%44.91
%30.09
%25.00

CMYK Percentages of Color #c2826c

%0
%33
%44
%24

Triadic Colors of #c2826c

#c2826c #6cc282 #826cc2

Analogous Colors of #c2826c

#c2826c #c2ad6c #c26c81

Monochromatic Colors of #c2826c

#c2826c

Complementary Color

#c2826c #6cacc2

#c2826c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2826c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2826c Color CSS Codes

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

#c2826c Text Font Color

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

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


#c2826c Background Color

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

This div background color is #c2826c


#c2826c Border Color

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

This div border color is #c2826c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2826c


Comments

No comments written yet.

Please login to write comment.