Color Hex Logo

#c4486b Color Hex

#C4486B
(196,72,107)
0 Favorites   0 Comments

Color spaces of #c4486b

RGB 19672107
HSL0.950.510.53
HSV343°63°77°
CMYK 0.000.630.45   0.23
XYZ27.736217.432015.8128
Yxy17.43200.45480.2859
Hunter Lab41.751645.51476.7710
CIE-Lab48.799852.33506.5971

#c4486b color RGB value is (196,72,107).

#c4486b hex color red value is 196, green value is 72 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c4486b hue: 0.95 , saturation: 0.51 and the lightness value of c4486b is 0.53.

The process color (four color CMYK) of #c4486b color hex is 0.00, 0.63, 0.45, 0.23. Web safe color of #c4486b is #cc3366. Color #c4486b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001000 01101011
Octal 304 110 153
Decimal 196 72 107
Hex C4 48 6B

RGB Percentages of Color #c4486b

%52.27
%19.20
%28.53

CMYK Percentages of Color #c4486b

%0
%63
%45
%23

Triadic Colors of #c4486b

#c4486b #6bc448 #486bc4

Analogous Colors of #c4486b

#c4486b #c46348 #c448a9

Monochromatic Colors of #c4486b

#c4486b

Complementary Color

#c4486b #48c4a1

#c4486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4486b Color CSS Codes

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

#c4486b Text Font Color

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

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


#c4486b Background Color

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

This div background color is #c4486b


#c4486b Border Color

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

This div border color is #c4486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4486b


Comments

No comments written yet.

Please login to write comment.