Color Hex Logo

#c47ecc Color Hex

#C47ECC
(196,126,204)
0 Favorites   0 Comments

Color spaces of #c47ecc

RGB 196126204
HSL0.820.430.65
HSV294°38°80°
CMYK 0.040.380.00   0.20
XYZ41.124931.017160.9461
Yxy31.01710.30900.2331
Hunter Lab55.693034.3455-25.8973
CIE-Lab62.522139.7172-29.4430

#c47ecc color RGB value is (196,126,204).

#c47ecc hex color red value is 196, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c47ecc hue: 0.82 , saturation: 0.43 and the lightness value of c47ecc is 0.65.

The process color (four color CMYK) of #c47ecc color hex is 0.04, 0.38, 0.00, 0.20. Web safe color of #c47ecc is #cc66cc. Color #c47ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111110 11001100
Octal 304 176 314
Decimal 196 126 204
Hex C4 7E CC

RGB Percentages of Color #c47ecc

%37.26
%23.95
%38.78

CMYK Percentages of Color #c47ecc

%4
%38
%0
%20

Triadic Colors of #c47ecc

#c47ecc #ccc47e #7eccc4

Analogous Colors of #c47ecc

#c47ecc #cc7ead #9d7ecc

Monochromatic Colors of #c47ecc

#c47ecc

Complementary Color

#c47ecc #86cc7e

#c47ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47ecc Color CSS Codes

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

#c47ecc Text Font Color

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

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


#c47ecc Background Color

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

This div background color is #c47ecc


#c47ecc Border Color

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

This div border color is #c47ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47ecc


Comments

No comments written yet.

Please login to write comment.