Color Hex Logo

#c2879d Color Hex

#C2879D
(194,135,157)
0 Favorites   0 Comments

Color spaces of #c2879d

RGB 194135157
HSL0.940.330.65
HSV338°30°76°
CMYK 0.000.300.19   0.24
XYZ36.997931.231635.9766
Yxy31.23160.35500.2997
Hunter Lab55.885220.37380.9512
CIE-Lab62.702725.8401-2.5722

#c2879d color RGB value is (194,135,157).

#c2879d hex color red value is 194, green value is 135 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c2879d hue: 0.94 , saturation: 0.33 and the lightness value of c2879d is 0.65.

The process color (four color CMYK) of #c2879d color hex is 0.00, 0.30, 0.19, 0.24. Web safe color of #c2879d is #cc9999. Color #c2879d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000111 10011101
Octal 302 207 235
Decimal 194 135 157
Hex C2 87 9D

RGB Percentages of Color #c2879d

%39.92
%27.78
%32.30

CMYK Percentages of Color #c2879d

%0
%30
%19
%24

Triadic Colors of #c2879d

#c2879d #9dc287 #879dc2

Analogous Colors of #c2879d

#c2879d #c28f87 #c287bb

Monochromatic Colors of #c2879d

#c2879d

Complementary Color

#c2879d #87c2ac

#c2879d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2879d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2879d Color CSS Codes

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

#c2879d Text Font Color

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

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


#c2879d Background Color

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

This div background color is #c2879d


#c2879d Border Color

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

This div border color is #c2879d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2879d


Comments

No comments written yet.

Please login to write comment.