Color Hex Logo

#c66988 Color Hex

#C66988
(198,105,136)
0 Favorites   0 Comments

Color spaces of #c66988

RGB 198105136
HSL0.940.450.59
HSV340°47°78°
CMYK 0.000.470.31   0.22
XYZ32.784223.886526.1752
Yxy23.88650.39570.2883
Hunter Lab48.873834.20732.4579
CIE-Lab55.974040.4213-0.2648

#c66988 color RGB value is (198,105,136).

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

The process color (four color CMYK) of #c66988 color hex is 0.00, 0.47, 0.31, 0.22. Web safe color of #c66988 is #cc6699. Color #c66988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 10001000
Octal 306 151 210
Decimal 198 105 136
Hex C6 69 88

RGB Percentages of Color #c66988

%45.10
%23.92
%30.98

CMYK Percentages of Color #c66988

%0
%47
%31
%22

Triadic Colors of #c66988

#c66988 #88c669 #6988c6

Analogous Colors of #c66988

#c66988 #c67969 #c669b7

Monochromatic Colors of #c66988

#c66988

Complementary Color

#c66988 #69c6a7

#c66988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66988 Color CSS Codes

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

#c66988 Text Font Color

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

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


#c66988 Background Color

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

This div background color is #c66988


#c66988 Border Color

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

This div border color is #c66988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66988


Comments

No comments written yet.

Please login to write comment.