Color Hex Logo

#c2456c Color Hex

#C2456C
(194,69,108)
0 Favorites   0 Comments

Color spaces of #c2456c

RGB 19469108
HSL0.950.510.52
HSV341°64°76°
CMYK 0.000.640.44   0.24
XYZ27.083016.808316.0042
Yxy16.80830.45220.2806
Hunter Lab40.997946.16975.5537
CIE-Lab48.017653.08254.8260

#c2456c color RGB value is (194,69,108).

#c2456c hex color red value is 194, green value is 69 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c2456c hue: 0.95 , saturation: 0.51 and the lightness value of c2456c is 0.52.

The process color (four color CMYK) of #c2456c color hex is 0.00, 0.64, 0.44, 0.24. Web safe color of #c2456c is #cc3366. Color #c2456c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 01101100
Octal 302 105 154
Decimal 194 69 108
Hex C2 45 6C

RGB Percentages of Color #c2456c

%52.29
%18.60
%29.11

CMYK Percentages of Color #c2456c

%0
%64
%44
%24

Triadic Colors of #c2456c

#c2456c #6cc245 #456cc2

Analogous Colors of #c2456c

#c2456c #c25c45 #c245ab

Monochromatic Colors of #c2456c

#c2456c

Complementary Color

#c2456c #45c29b

#c2456c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2456c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2456c Color CSS Codes

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

#c2456c Text Font Color

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

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


#c2456c Background Color

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

This div background color is #c2456c


#c2456c Border Color

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

This div border color is #c2456c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2456c


Comments

No comments written yet.

Please login to write comment.