Color Hex Logo

#c48dde Color Hex

#C48DDE
(196,141,222)
0 Favorites   0 Comments

Color spaces of #c48dde

RGB 196141222
HSL0.780.550.71
HSV281°36°87°
CMYK 0.120.360.00   0.13
XYZ45.474636.059473.6706
Yxy36.05940.29300.2323
Hunter Lab60.049530.0889-30.7042
CIE-Lab66.565335.1782-33.2259

#c48dde color RGB value is (196,141,222).

#c48dde hex color red value is 196, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c48dde hue: 0.78 , saturation: 0.55 and the lightness value of c48dde is 0.71.

The process color (four color CMYK) of #c48dde color hex is 0.12, 0.36, 0.00, 0.13. Web safe color of #c48dde is #cc99cc. Color #c48dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11011110
Octal 304 215 336
Decimal 196 141 222
Hex C4 8D DE

RGB Percentages of Color #c48dde

%35.06
%25.22
%39.71

CMYK Percentages of Color #c48dde

%12
%36
%0
%13

Triadic Colors of #c48dde

#c48dde #dec48d #8ddec4

Analogous Colors of #c48dde

#c48dde #de8dd0 #9c8dde

Monochromatic Colors of #c48dde

#c48dde

Complementary Color

#c48dde #a7de8d

#c48dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48dde Color CSS Codes

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

#c48dde Text Font Color

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

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


#c48dde Background Color

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

This div background color is #c48dde


#c48dde Border Color

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

This div border color is #c48dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48dde


Comments

No comments written yet.

Please login to write comment.