Color Hex Logo

#c26988 Color Hex

#C26988
(194,105,136)
0 Favorites   0 Comments

Color spaces of #c26988

RGB 194105136
HSL0.940.420.59
HSV339°46°76°
CMYK 0.000.460.30   0.24
XYZ31.743623.350126.1265
Yxy23.35010.39080.2875
Hunter Lab48.321932.69661.7687
CIE-Lab55.431139.0111-1.1236

#c26988 color RGB value is (194,105,136).

#c26988 hex color red value is 194, green value is 105 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c26988 hue: 0.94 , saturation: 0.42 and the lightness value of c26988 is 0.59.

The process color (four color CMYK) of #c26988 color hex is 0.00, 0.46, 0.30, 0.24. Web safe color of #c26988 is #cc6699. Color #c26988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 10001000
Octal 302 151 210
Decimal 194 105 136
Hex C2 69 88

RGB Percentages of Color #c26988

%44.60
%24.14
%31.26

CMYK Percentages of Color #c26988

%0
%46
%30
%24

Triadic Colors of #c26988

#c26988 #88c269 #6988c2

Analogous Colors of #c26988

#c26988 #c27769 #c269b5

Monochromatic Colors of #c26988

#c26988

Complementary Color

#c26988 #69c2a3

#c26988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c26988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c26988 Color CSS Codes

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

#c26988 Text Font Color

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

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


#c26988 Background Color

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

This div background color is #c26988


#c26988 Border Color

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

This div border color is #c26988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c26988


Comments

No comments written yet.

Please login to write comment.