Color Hex Logo

#c48fbb Color Hex

#C48FBB
(196,143,187)
0 Favorites   0 Comments

Color spaces of #c48fbb

RGB 196143187
HSL0.860.310.66
HSV310°27°77°
CMYK 0.000.270.05   0.23
XYZ41.557134.968551.5730
Yxy34.96850.32440.2730
Hunter Lab59.134221.9578-10.3150
CIE-Lab65.724127.2354-14.9980

#c48fbb color RGB value is (196,143,187).

#c48fbb hex color red value is 196, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c48fbb hue: 0.86 , saturation: 0.31 and the lightness value of c48fbb is 0.66.

The process color (four color CMYK) of #c48fbb color hex is 0.00, 0.27, 0.05, 0.23. Web safe color of #c48fbb is #cc99cc. Color #c48fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001111 10111011
Octal 304 217 273
Decimal 196 143 187
Hex C4 8F BB

RGB Percentages of Color #c48fbb

%37.26
%27.19
%35.55

CMYK Percentages of Color #c48fbb

%0
%27
%5
%23

Triadic Colors of #c48fbb

#c48fbb #bbc48f #8fbbc4

Analogous Colors of #c48fbb

#c48fbb #c48fa1 #b38fc4

Monochromatic Colors of #c48fbb

#c48fbb

Complementary Color

#c48fbb #8fc498

#c48fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48fbb Color CSS Codes

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

#c48fbb Text Font Color

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

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


#c48fbb Background Color

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

This div background color is #c48fbb


#c48fbb Border Color

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

This div border color is #c48fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48fbb


Comments

No comments written yet.

Please login to write comment.