Color Hex Logo

#c9648b Color Hex

#C9648B
(201,100,139)
0 Favorites   0 Comments

Color spaces of #c9648b

RGB 201100139
HSL0.940.480.59
HSV337°50°79°
CMYK 0.000.500.31   0.21
XYZ33.304823.395927.1866
Yxy23.39590.39700.2789
Hunter Lab48.369338.26030.5338
CIE-Lab55.477844.4063-2.7018

#c9648b color RGB value is (201,100,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100100 10001011
Octal 311 144 213
Decimal 201 100 139
Hex C9 64 8B

RGB Percentages of Color #c9648b

%45.68
%22.73
%31.59

CMYK Percentages of Color #c9648b

%0
%50
%31
%21

Triadic Colors of #c9648b

#c9648b #8bc964 #648bc9

Analogous Colors of #c9648b

#c9648b #c97064 #c964be

Monochromatic Colors of #c9648b

#c9648b

Complementary Color

#c9648b #64c9a2

#c9648b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9648b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9648b Color CSS Codes

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

#c9648b Text Font Color

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

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


#c9648b Background Color

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

This div background color is #c9648b


#c9648b Border Color

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

This div border color is #c9648b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9648b


Comments

No comments written yet.

Please login to write comment.