Color Hex Logo

#c947cf Color Hex

#C947CF
(201,71,207)
0 Favorites   0 Comments

Color spaces of #c947cf

RGB 20171207
HSL0.830.590.55
HSV297°66°81°
CMYK 0.030.660.00   0.19
XYZ37.603121.429061.1858
Yxy21.42900.31280.1783
Hunter Lab46.291563.9876-45.9626
CIE-Lab53.415867.8493-45.3591

#c947cf color RGB value is (201,71,207).

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

The process color (four color CMYK) of #c947cf color hex is 0.03, 0.66, 0.00, 0.19. Web safe color of #c947cf is #cc33cc. Color #c947cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000111 11001111
Octal 311 107 317
Decimal 201 71 207
Hex C9 47 CF

RGB Percentages of Color #c947cf

%41.96
%14.82
%43.22

CMYK Percentages of Color #c947cf

%3
%66
%0
%19

Triadic Colors of #c947cf

#c947cf #cfc947 #47cfc9

Analogous Colors of #c947cf

#c947cf #cf4791 #8547cf

Monochromatic Colors of #c947cf

#c947cf

Complementary Color

#c947cf #4dcf47

#c947cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c947cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c947cf Color CSS Codes

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

#c947cf Text Font Color

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

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


#c947cf Background Color

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

This div background color is #c947cf


#c947cf Border Color

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

This div border color is #c947cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,71,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c947cf


Comments

No comments written yet.

Please login to write comment.