Color Hex Logo

#c48dec Color Hex

#C48DEC
(196,141,236)
0 Favorites   0 Comments

Color spaces of #c48dec

RGB 196141236
HSL0.760.710.74
HSV275°40°93°
CMYK 0.170.400.00   0.07
XYZ47.430136.841683.9682
Yxy36.84160.28190.2190
Hunter Lab60.697333.2633-39.5333
CIE-Lab67.158038.1504-40.0307

#c48dec color RGB value is (196,141,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001101 11101100
Octal 304 215 354
Decimal 196 141 236
Hex C4 8D EC

RGB Percentages of Color #c48dec

%34.21
%24.61
%41.19

CMYK Percentages of Color #c48dec

%17
%40
%0
%7

Triadic Colors of #c48dec

#c48dec #ecc48d #8decc4

Analogous Colors of #c48dec

#c48dec #ec8de5 #958dec

Monochromatic Colors of #c48dec

#c48dec

Complementary Color

#c48dec #b5ec8d

#c48dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48dec Color CSS Codes

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

#c48dec Text Font Color

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

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


#c48dec Background Color

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

This div background color is #c48dec


#c48dec Border Color

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

This div border color is #c48dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48dec


Comments

No comments written yet.

Please login to write comment.