Color Hex Logo

#c2646f Color Hex

#C2646F
(194,100,111)
0 Favorites   0 Comments

Color spaces of #c2646f

RGB 194100111
HSL0.980.440.58
HSV353°48°76°
CMYK 0.000.480.43   0.24
XYZ29.674521.731417.6695
Yxy21.73140.42960.3146
Hunter Lab46.616932.046410.1588
CIE-Lab53.740838.589611.1529

#c2646f color RGB value is (194,100,111).

#c2646f hex color red value is 194, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c2646f hue: 0.98 , saturation: 0.44 and the lightness value of c2646f is 0.58.

The process color (four color CMYK) of #c2646f color hex is 0.00, 0.48, 0.43, 0.24. Web safe color of #c2646f is #cc6666. Color #c2646f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 01101111
Octal 302 144 157
Decimal 194 100 111
Hex C2 64 6F

RGB Percentages of Color #c2646f

%47.90
%24.69
%27.41

CMYK Percentages of Color #c2646f

%0
%48
%43
%24

Triadic Colors of #c2646f

#c2646f #6fc264 #646fc2

Analogous Colors of #c2646f

#c2646f #c28864 #c2649e

Monochromatic Colors of #c2646f

#c2646f

Complementary Color

#c2646f #64c2b7

#c2646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2646f Color CSS Codes

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

#c2646f Text Font Color

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

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


#c2646f Background Color

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

This div background color is #c2646f


#c2646f Border Color

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

This div border color is #c2646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2646f


Comments

No comments written yet.

Please login to write comment.