Color Hex Logo

#c2679f Color Hex

#C2679F
(194,103,159)
0 Favorites   0 Comments

Color spaces of #c2679f

RGB 194103159
HSL0.900.430.58
HSV323°47°76°
CMYK 0.000.470.18   0.24
XYZ33.356423.673035.6122
Yxy23.67300.36010.2555
Hunter Lab48.654937.2284-9.3380
CIE-Lab55.758943.3766-14.0758

#c2679f color RGB value is (194,103,159).

#c2679f hex color red value is 194, green value is 103 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c2679f hue: 0.90 , saturation: 0.43 and the lightness value of c2679f is 0.58.

The process color (four color CMYK) of #c2679f color hex is 0.00, 0.47, 0.18, 0.24. Web safe color of #c2679f is #cc6699. Color #c2679f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 10011111
Octal 302 147 237
Decimal 194 103 159
Hex C2 67 9F

RGB Percentages of Color #c2679f

%42.54
%22.59
%34.87

CMYK Percentages of Color #c2679f

%0
%47
%18
%24

Triadic Colors of #c2679f

#c2679f #9fc267 #679fc2

Analogous Colors of #c2679f

#c2679f #c26772 #b867c2

Monochromatic Colors of #c2679f

#c2679f

Complementary Color

#c2679f #67c28a

#c2679f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2679f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2679f Color CSS Codes

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

#c2679f Text Font Color

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

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


#c2679f Background Color

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

This div background color is #c2679f


#c2679f Border Color

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

This div border color is #c2679f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,103,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 #c2679f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2679f


Comments

No comments written yet.

Please login to write comment.