Color Hex Logo

#c947dd Color Hex

#C947DD
(201,71,221)
0 Favorites   0 Comments

Color spaces of #c947dd

RGB 20171221
HSL0.810.690.57
HSV292°68°87°
CMYK 0.090.680.00   0.13
XYZ39.391822.144470.6047
Yxy22.14440.29810.1676
Hunter Lab47.057867.0699-56.0171
CIE-Lab54.179970.2861-52.1098

#c947dd color RGB value is (201,71,221).

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

The process color (four color CMYK) of #c947dd color hex is 0.09, 0.68, 0.00, 0.13. Web safe color of #c947dd is #cc33cc. Color #c947dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000111 11011101
Octal 311 107 335
Decimal 201 71 221
Hex C9 47 DD

RGB Percentages of Color #c947dd

%40.77
%14.40
%44.83

CMYK Percentages of Color #c947dd

%9
%68
%0
%13

Triadic Colors of #c947dd

#c947dd #ddc947 #47ddc9

Analogous Colors of #c947dd

#c947dd #dd47a6 #7e47dd

Monochromatic Colors of #c947dd

#c947dd

Complementary Color

#c947dd #5bdd47

#c947dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c947dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c947dd Color CSS Codes

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

#c947dd Text Font Color

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

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


#c947dd Background Color

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

This div background color is #c947dd


#c947dd Border Color

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

This div border color is #c947dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c947dd


Comments

No comments written yet.

Please login to write comment.