Color Hex Logo

#c48bdb Color Hex

#C48BDB
(196,139,219)
0 Favorites   0 Comments

Color spaces of #c48bdb

RGB 196139219
HSL0.790.530.70
HSV283°37°86°
CMYK 0.110.370.00   0.14
XYZ44.783835.315571.4740
Yxy35.31550.29550.2330
Hunter Lab59.426830.5198-29.7106
CIE-Lab65.993635.6522-32.4489

#c48bdb color RGB value is (196,139,219).

#c48bdb hex color red value is 196, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c48bdb hue: 0.79 , saturation: 0.53 and the lightness value of c48bdb is 0.70.

The process color (four color CMYK) of #c48bdb color hex is 0.11, 0.37, 0.00, 0.14. Web safe color of #c48bdb is #cc99cc. Color #c48bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11011011
Octal 304 213 333
Decimal 196 139 219
Hex C4 8B DB

RGB Percentages of Color #c48bdb

%35.38
%25.09
%39.53

CMYK Percentages of Color #c48bdb

%11
%37
%0
%14

Triadic Colors of #c48bdb

#c48bdb #dbc48b #8bdbc4

Analogous Colors of #c48bdb

#c48bdb #db8bca #9c8bdb

Monochromatic Colors of #c48bdb

#c48bdb

Complementary Color

#c48bdb #a2db8b

#c48bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bdb Color CSS Codes

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

#c48bdb Text Font Color

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

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


#c48bdb Background Color

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

This div background color is #c48bdb


#c48bdb Border Color

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

This div border color is #c48bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bdb


Comments

No comments written yet.

Please login to write comment.