Color Hex Logo

#c48cdd Color Hex

#C48CDD
(196,140,221)
0 Favorites   0 Comments

Color spaces of #c48cdd

RGB 196140221
HSL0.780.540.71
HSV281°37°87°
CMYK 0.110.370.00   0.13
XYZ45.194235.712472.9178
Yxy35.71240.29380.2322
Hunter Lab59.759930.4133-30.5126
CIE-Lab66.299635.5180-33.0839

#c48cdd color RGB value is (196,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11011101
Octal 304 214 335
Decimal 196 140 221
Hex C4 8C DD

RGB Percentages of Color #c48cdd

%35.19
%25.13
%39.68

CMYK Percentages of Color #c48cdd

%11
%37
%0
%13

Triadic Colors of #c48cdd

#c48cdd #ddc48c #8cddc4

Analogous Colors of #c48cdd

#c48cdd #dd8cce #9c8cdd

Monochromatic Colors of #c48cdd

#c48cdd

Complementary Color

#c48cdd #a5dd8c

#c48cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cdd Color CSS Codes

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

#c48cdd Text Font Color

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

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


#c48cdd Background Color

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

This div background color is #c48cdd


#c48cdd Border Color

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

This div border color is #c48cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cdd


Comments

No comments written yet.

Please login to write comment.