Color Hex Logo

#c4648c Color Hex

#C4648C
(196,100,140)
0 Favorites   0 Comments

Color spaces of #c4648c

RGB 196100140
HSL0.930.450.58
HSV335°49°77°
CMYK 0.000.490.29   0.23
XYZ32.055722.743627.5114
Yxy22.74360.38940.2763
Hunter Lab47.690336.5234-0.8199
CIE-Lab54.807242.8335-4.3575

#c4648c color RGB value is (196,100,140).

#c4648c hex color red value is 196, green value is 100 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c4648c hue: 0.93 , saturation: 0.45 and the lightness value of c4648c is 0.58.

The process color (four color CMYK) of #c4648c color hex is 0.00, 0.49, 0.29, 0.23. Web safe color of #c4648c is #cc6699. Color #c4648c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 10001100
Octal 304 144 214
Decimal 196 100 140
Hex C4 64 8C

RGB Percentages of Color #c4648c

%44.95
%22.94
%32.11

CMYK Percentages of Color #c4648c

%0
%49
%29
%23

Triadic Colors of #c4648c

#c4648c #8cc464 #648cc4

Analogous Colors of #c4648c

#c4648c #c46c64 #c464bc

Monochromatic Colors of #c4648c

#c4648c

Complementary Color

#c4648c #64c49c

#c4648c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4648c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4648c Color CSS Codes

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

#c4648c Text Font Color

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

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


#c4648c Background Color

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

This div background color is #c4648c


#c4648c Border Color

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

This div border color is #c4648c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4648c


Comments

No comments written yet.

Please login to write comment.