Color Hex Logo

#c48deb Color Hex

#C48DEB
(196,141,235)
0 Favorites   0 Comments

Color spaces of #c48deb

RGB 196141235
HSL0.760.700.74
HSV275°40°92°
CMYK 0.170.400.00   0.08
XYZ47.285236.783783.2050
Yxy36.78370.28270.2199
Hunter Lab60.649633.0301-38.8851
CIE-Lab67.114437.9340-39.5485

#c48deb color RGB value is (196,141,235).

#c48deb hex color red value is 196, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c48deb hue: 0.76 , saturation: 0.70 and the lightness value of c48deb is 0.74.

The process color (four color CMYK) of #c48deb color hex is 0.17, 0.40, 0.00, 0.08. Web safe color of #c48deb is #cc99ff. Color #c48deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11101011
Octal 304 215 353
Decimal 196 141 235
Hex C4 8D EB

RGB Percentages of Color #c48deb

%34.27
%24.65
%41.08

CMYK Percentages of Color #c48deb

%17
%40
%0
%8

Triadic Colors of #c48deb

#c48deb #ebc48d #8debc4

Analogous Colors of #c48deb

#c48deb #eb8de3 #958deb

Monochromatic Colors of #c48deb

#c48deb

Complementary Color

#c48deb #b4eb8d

#c48deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48deb Color CSS Codes

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

#c48deb Text Font Color

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

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


#c48deb Background Color

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

This div background color is #c48deb


#c48deb Border Color

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

This div border color is #c48deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48deb


Comments

No comments written yet.

Please login to write comment.