Color Hex Logo

#c48cdc Color Hex

#C48CDC
(196,140,220)
0 Favorites   0 Comments

Color spaces of #c48cdc

RGB 196140220
HSL0.780.530.71
HSV282°36°86°
CMYK 0.110.360.00   0.14
XYZ45.061335.659272.2181
Yxy35.65920.29460.2332
Hunter Lab59.715330.1946-29.9030
CIE-Lab66.258735.3114-32.5929

#c48cdc color RGB value is (196,140,220).

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

The process color (four color CMYK) of #c48cdc color hex is 0.11, 0.36, 0.00, 0.14. Web safe color of #c48cdc is #cc99cc. Color #c48cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001100 11011100
Octal 304 214 334
Decimal 196 140 220
Hex C4 8C DC

RGB Percentages of Color #c48cdc

%35.25
%25.18
%39.57

CMYK Percentages of Color #c48cdc

%11
%36
%0
%14

Triadic Colors of #c48cdc

#c48cdc #dcc48c #8cdcc4

Analogous Colors of #c48cdc

#c48cdc #dc8ccc #9c8cdc

Monochromatic Colors of #c48cdc

#c48cdc

Complementary Color

#c48cdc #a4dc8c

#c48cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48cdc Color CSS Codes

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

#c48cdc Text Font Color

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

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


#c48cdc Background Color

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

This div background color is #c48cdc


#c48cdc Border Color

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

This div border color is #c48cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48cdc


Comments

No comments written yet.

Please login to write comment.