Color Hex Logo

#c947cc Color Hex

#C947CC
(201,71,204)
0 Favorites   0 Comments

Color spaces of #c947cc

RGB 20171204
HSL0.830.570.54
HSV299°65°80°
CMYK 0.010.650.00   0.20
XYZ37.239721.283659.2721
Yxy21.28360.31610.1807
Hunter Lab46.134263.3513-43.8805
CIE-Lab53.258567.3413-43.8915

#c947cc color RGB value is (201,71,204).

#c947cc hex color red value is 201, green value is 71 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c947cc hue: 0.83 , saturation: 0.57 and the lightness value of c947cc is 0.54.

The process color (four color CMYK) of #c947cc color hex is 0.01, 0.65, 0.00, 0.20. Web safe color of #c947cc is #cc33cc. Color #c947cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000111 11001100
Octal 311 107 314
Decimal 201 71 204
Hex C9 47 CC

RGB Percentages of Color #c947cc

%42.23
%14.92
%42.86

CMYK Percentages of Color #c947cc

%1
%65
%0
%20

Triadic Colors of #c947cc

#c947cc #ccc947 #47ccc9

Analogous Colors of #c947cc

#c947cc #cc478d #8747cc

Monochromatic Colors of #c947cc

#c947cc

Complementary Color

#c947cc #4acc47

#c947cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c947cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c947cc Color CSS Codes

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

#c947cc Text Font Color

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

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


#c947cc Background Color

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

This div background color is #c947cc


#c947cc Border Color

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

This div border color is #c947cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c947cc


Comments

No comments written yet.

Please login to write comment.