Color Hex Logo

#c8668b Color Hex

#C8668B
(200,102,139)
0 Favorites   0 Comments

Color spaces of #c8668b

RGB 200102139
HSL0.940.470.59
HSV337°49°78°
CMYK 0.000.490.31   0.22
XYZ33.231023.646227.2388
Yxy23.64620.39510.2811
Hunter Lab48.627436.88560.8276
CIE-Lab55.731843.0509-2.3444

#c8668b color RGB value is (200,102,139).

#c8668b hex color red value is 200, green value is 102 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c8668b hue: 0.94 , saturation: 0.47 and the lightness value of c8668b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100110 10001011
Octal 310 146 213
Decimal 200 102 139
Hex C8 66 8B

RGB Percentages of Color #c8668b

%45.35
%23.13
%31.52

CMYK Percentages of Color #c8668b

%0
%49
%31
%22

Triadic Colors of #c8668b

#c8668b #8bc866 #668bc8

Analogous Colors of #c8668b

#c8668b #c87266 #c866bc

Monochromatic Colors of #c8668b

#c8668b

Complementary Color

#c8668b #66c8a3

#c8668b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8668b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8668b Color CSS Codes

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

#c8668b Text Font Color

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

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


#c8668b Background Color

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

This div background color is #c8668b


#c8668b Border Color

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

This div border color is #c8668b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8668b


Comments

No comments written yet.

Please login to write comment.