Color Hex Logo

#c8649f Color Hex

#C8649F
(200,100,159)
0 Favorites   0 Comments

Color spaces of #c8649f

RGB 200100159
HSL0.900.480.59
HSV325°50°78°
CMYK 0.000.500.21   0.22
XYZ34.634623.896935.5880
Yxy23.89690.36800.2539
Hunter Lab48.884540.9193-8.9441
CIE-Lab55.984446.8531-13.6557

#c8649f color RGB value is (200,100,159).

#c8649f hex color red value is 200, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c8649f hue: 0.90 , saturation: 0.48 and the lightness value of c8649f is 0.59.

The process color (four color CMYK) of #c8649f color hex is 0.00, 0.50, 0.21, 0.22. Web safe color of #c8649f is #cc6699. Color #c8649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 10011111
Octal 310 144 237
Decimal 200 100 159
Hex C8 64 9F

RGB Percentages of Color #c8649f

%43.57
%21.79
%34.64

CMYK Percentages of Color #c8649f

%0
%50
%21
%22

Triadic Colors of #c8649f

#c8649f #9fc864 #649fc8

Analogous Colors of #c8649f

#c8649f #c8646d #bf64c8

Monochromatic Colors of #c8649f

#c8649f

Complementary Color

#c8649f #64c88d

#c8649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8649f Color CSS Codes

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

#c8649f Text Font Color

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

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


#c8649f Background Color

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

This div background color is #c8649f


#c8649f Border Color

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

This div border color is #c8649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8649f


Comments

No comments written yet.

Please login to write comment.