color codes Logo

#c47fcc color codes

#C47FCC
(196,127,204)
0 Favorites   0 Comments

Color spaces of #c47fcc

RGB 196127204
HSL0.820.430.65
HSV294°38°80°
CMYK 0.040.380.00   0.20
XYZ41.253431.274160.9890
Yxy31.27410.30900.2342
Hunter Lab55.923333.8100-25.5144
CIE-Lab62.738339.1785-29.1087

#c47fcc color RGB value is (196,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111111 11001100
Octal 304 177 314
Decimal 196 127 204
Hex C4 7F CC

RGB Percentages of Color #c47fcc

%37.19
%24.10
%38.71

CMYK Percentages of Color #c47fcc

%4
%38
%0
%20

Triadic Colors of #c47fcc

#c47fcc #ccc47f #7fccc4

Analogous Colors of #c47fcc

#c47fcc #cc7fae #9e7fcc

Monochromatic Colors of #c47fcc

#c47fcc

Complementary Color

#c47fcc #87cc7f

#c47fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c47fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c47fcc Color CSS Codes

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

#c47fcc Text Font Color

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

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


#c47fcc Background Color

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

This div background color is #c47fcc


#c47fcc Border Color

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

This div border color is #c47fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c47fcc


Comments

No comments written yet.

Please login to write comment.