Color Hex Logo

#c48ebd Color Hex

#C48EBD
(196,142,189)
0 Favorites   0 Comments

Color spaces of #c48ebd

RGB 196142189
HSL0.850.310.66
HSV308°28°77°
CMYK 0.000.280.04   0.23
XYZ41.623334.755952.6589
Yxy34.75590.32260.2693
Hunter Lab58.954122.8564-11.6910
CIE-Lab65.558228.1522-16.3707

#c48ebd color RGB value is (196,142,189).

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

The process color (four color CMYK) of #c48ebd color hex is 0.00, 0.28, 0.04, 0.23. Web safe color of #c48ebd is #cc99cc. Color #c48ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 10111101
Octal 304 216 275
Decimal 196 142 189
Hex C4 8E BD

RGB Percentages of Color #c48ebd

%37.19
%26.94
%35.86

CMYK Percentages of Color #c48ebd

%0
%28
%4
%23

Triadic Colors of #c48ebd

#c48ebd #bdc48e #8ebdc4

Analogous Colors of #c48ebd

#c48ebd #c48ea2 #b08ec4

Monochromatic Colors of #c48ebd

#c48ebd

Complementary Color

#c48ebd #8ec495

#c48ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ebd Color CSS Codes

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

#c48ebd Text Font Color

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

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


#c48ebd Background Color

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

This div background color is #c48ebd


#c48ebd Border Color

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

This div border color is #c48ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ebd


Comments

No comments written yet.

Please login to write comment.