Color Hex Logo

#c25666 Color Hex

#C25666
(194,86,102)
0 Favorites   0 Comments

Color spaces of #c25666

RGB 19486102
HSL0.980.470.55
HSV351°56°76°
CMYK 0.000.560.47   0.24
XYZ27.974219.084214.7796
Yxy19.08420.45240.3086
Hunter Lab43.685537.853810.5209
CIE-Lab50.785644.721612.3623

#c25666 color RGB value is (194,86,102).

#c25666 hex color red value is 194, green value is 86 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c25666 hue: 0.98 , saturation: 0.47 and the lightness value of c25666 is 0.55.

The process color (four color CMYK) of #c25666 color hex is 0.00, 0.56, 0.47, 0.24. Web safe color of #c25666 is #cc6666. Color #c25666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 01100110
Octal 302 126 146
Decimal 194 86 102
Hex C2 56 66

RGB Percentages of Color #c25666

%50.79
%22.51
%26.70

CMYK Percentages of Color #c25666

%0
%56
%47
%24

Triadic Colors of #c25666

#c25666 #66c256 #5666c2

Analogous Colors of #c25666

#c25666 #c27c56 #c2569c

Monochromatic Colors of #c25666

#c25666

Complementary Color

#c25666 #56c2b2

#c25666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25666 Color CSS Codes

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

#c25666 Text Font Color

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

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


#c25666 Background Color

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

This div background color is #c25666


#c25666 Border Color

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

This div border color is #c25666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25666


Comments

No comments written yet.

Please login to write comment.