Color Hex Logo

#c4648f Color Hex

#C4648F
(196,100,143)
0 Favorites   0 Comments

Color spaces of #c4648f

RGB 196100143
HSL0.930.450.58
HSV333°49°77°
CMYK 0.000.490.27   0.23
XYZ32.280022.833328.6925
Yxy22.83330.38520.2725
Hunter Lab47.784236.9610-2.1523
CIE-Lab54.900243.2427-5.9813

#c4648f color RGB value is (196,100,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100100 10001111
Octal 304 144 217
Decimal 196 100 143
Hex C4 64 8F

RGB Percentages of Color #c4648f

%44.65
%22.78
%32.57

CMYK Percentages of Color #c4648f

%0
%49
%27
%23

Triadic Colors of #c4648f

#c4648f #8fc464 #648fc4

Analogous Colors of #c4648f

#c4648f #c46964 #c464bf

Monochromatic Colors of #c4648f

#c4648f

Complementary Color

#c4648f #64c499

#c4648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4648f Color CSS Codes

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

#c4648f Text Font Color

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

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


#c4648f Background Color

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

This div background color is #c4648f


#c4648f Border Color

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

This div border color is #c4648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4648f


Comments

No comments written yet.

Please login to write comment.