Color Hex Logo

#c48bcb Color Hex

#C48BCB
(196,139,203)
0 Favorites   0 Comments

Color spaces of #c48bcb

RGB 196139203
HSL0.820.380.67
HSV293°32°80°
CMYK 0.030.320.00   0.20
XYZ42.777134.512860.9070
Yxy34.51280.30950.2497
Hunter Lab58.747627.1666-20.3460
CIE-Lab65.367632.4502-24.5016

#c48bcb color RGB value is (196,139,203).

#c48bcb hex color red value is 196, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c48bcb hue: 0.82 , saturation: 0.38 and the lightness value of c48bcb is 0.67.

The process color (four color CMYK) of #c48bcb color hex is 0.03, 0.32, 0.00, 0.20. Web safe color of #c48bcb is #cc99cc. Color #c48bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001011 11001011
Octal 304 213 313
Decimal 196 139 203
Hex C4 8B CB

RGB Percentages of Color #c48bcb

%36.43
%25.84
%37.73

CMYK Percentages of Color #c48bcb

%3
%32
%0
%20

Triadic Colors of #c48bcb

#c48bcb #cbc48b #8bcbc4

Analogous Colors of #c48bcb

#c48bcb #cb8bb2 #a48bcb

Monochromatic Colors of #c48bcb

#c48bcb

Complementary Color

#c48bcb #92cb8b

#c48bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48bcb Color CSS Codes

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

#c48bcb Text Font Color

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

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


#c48bcb Background Color

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

This div background color is #c48bcb


#c48bcb Border Color

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

This div border color is #c48bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48bcb


Comments

No comments written yet.

Please login to write comment.