Color Hex Logo

#c48ecc Color Hex

#C48ECC
(196,142,204)
0 Favorites   0 Comments

Color spaces of #c48ecc

RGB 196142204
HSL0.810.380.68
HSV292°30°80°
CMYK 0.040.300.00   0.20
XYZ43.337035.441461.6835
Yxy35.44140.30850.2523
Hunter Lab59.532725.7574-19.7592
CIE-Lab66.090930.9970-23.9519

#c48ecc color RGB value is (196,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 11001100
Octal 304 216 314
Decimal 196 142 204
Hex C4 8E CC

RGB Percentages of Color #c48ecc

%36.16
%26.20
%37.64

CMYK Percentages of Color #c48ecc

%4
%30
%0
%20

Triadic Colors of #c48ecc

#c48ecc #ccc48e #8eccc4

Analogous Colors of #c48ecc

#c48ecc #cc8eb5 #a58ecc

Monochromatic Colors of #c48ecc

#c48ecc

Complementary Color

#c48ecc #96cc8e

#c48ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ecc Color CSS Codes

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

#c48ecc Text Font Color

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

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


#c48ecc Background Color

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

This div background color is #c48ecc


#c48ecc Border Color

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

This div border color is #c48ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,142,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 #c48ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ecc


Comments

No comments written yet.

Please login to write comment.