Color Hex Logo

#c48dcc Color Hex

#C48DCC
(196,141,204)
0 Favorites   0 Comments

Color spaces of #c48dcc

RGB 196141204
HSL0.810.380.68
HSV292°31°80°
CMYK 0.040.310.00   0.20
XYZ43.188935.145161.6341
Yxy35.14510.30860.2511
Hunter Lab59.283326.2945-20.1428
CIE-Lab65.861531.5469-24.3033

#c48dcc color RGB value is (196,141,204).

#c48dcc hex color red value is 196, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c48dcc hue: 0.81 , saturation: 0.38 and the lightness value of c48dcc is 0.68.

The process color (four color CMYK) of #c48dcc color hex is 0.04, 0.31, 0.00, 0.20. Web safe color of #c48dcc is #cc99cc. Color #c48dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11001100
Octal 304 215 314
Decimal 196 141 204
Hex C4 8D CC

RGB Percentages of Color #c48dcc

%36.23
%26.06
%37.71

CMYK Percentages of Color #c48dcc

%4
%31
%0
%20

Triadic Colors of #c48dcc

#c48dcc #ccc48d #8dccc4

Analogous Colors of #c48dcc

#c48dcc #cc8db5 #a58dcc

Monochromatic Colors of #c48dcc

#c48dcc

Complementary Color

#c48dcc #95cc8d

#c48dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48dcc Color CSS Codes

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

#c48dcc Text Font Color

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

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


#c48dcc Background Color

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

This div background color is #c48dcc


#c48dcc Border Color

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

This div border color is #c48dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48dcc


Comments

No comments written yet.

Please login to write comment.