Color Hex Logo

#cc47dd Color Hex

#CC47DD
(204,71,221)
0 Favorites   0 Comments

Color spaces of #cc47dd

RGB 20471221
HSL0.810.690.57
HSV293°68°87°
CMYK 0.080.680.00   0.13
XYZ40.206222.564370.6429
Yxy22.56430.30140.1691
Hunter Lab47.501967.9563-54.9224
CIE-Lab54.620770.9376-51.3810

#cc47dd color RGB value is (204,71,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 11011101
Octal 314 107 335
Decimal 204 71 221
Hex CC 47 DD

RGB Percentages of Color #cc47dd

%41.13
%14.31
%44.56

CMYK Percentages of Color #cc47dd

%8
%68
%0
%13

Triadic Colors of #cc47dd

#cc47dd #ddcc47 #47ddcc

Analogous Colors of #cc47dd

#cc47dd #dd47a3 #8147dd

Monochromatic Colors of #cc47dd

#cc47dd

Complementary Color

#cc47dd #58dd47

#cc47dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc47dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc47dd Color CSS Codes

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

#cc47dd Text Font Color

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

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


#cc47dd Background Color

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

This div background color is #cc47dd


#cc47dd Border Color

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

This div border color is #cc47dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc47dd


Comments

No comments written yet.

Please login to write comment.