Color Hex Logo

#c48ecd Color Hex

#C48ECD
(196,142,205)
0 Favorites   0 Comments

Color spaces of #c48ecd

RGB 196142205
HSL0.810.390.68
HSV291°31°80°
CMYK 0.040.310.00   0.20
XYZ43.457435.489562.3173
Yxy35.48950.30760.2512
Hunter Lab59.573125.9594-20.3201
CIE-Lab66.128031.1930-24.4528

#c48ecd color RGB value is (196,142,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001110 11001101
Octal 304 216 315
Decimal 196 142 205
Hex C4 8E CD

RGB Percentages of Color #c48ecd

%36.10
%26.15
%37.75

CMYK Percentages of Color #c48ecd

%4
%31
%0
%20

Triadic Colors of #c48ecd

#c48ecd #cdc48e #8ecdc4

Analogous Colors of #c48ecd

#c48ecd #cd8eb7 #a58ecd

Monochromatic Colors of #c48ecd

#c48ecd

Complementary Color

#c48ecd #97cd8e

#c48ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c48ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c48ecd Color CSS Codes

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

#c48ecd Text Font Color

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

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


#c48ecd Background Color

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

This div background color is #c48ecd


#c48ecd Border Color

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

This div border color is #c48ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c48ecd


Comments

No comments written yet.

Please login to write comment.