Color Hex Logo

#cc47fe Color Hex

#CC47FE
(204,71,254)
0 Favorites   0 Comments

Color spaces of #cc47fe

RGB 20471254
HSL0.790.990.64
HSV284°72°100°
CMYK 0.200.720.00   0.00
XYZ45.044524.499696.1207
Yxy24.49960.27190.1479
Hunter Lab49.497175.8229-80.4901
CIE-Lab56.584676.9618-66.7132

#cc47fe color RGB value is (204,71,254).

#cc47fe hex color red value is 204, green value is 71 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cc47fe hue: 0.79 , saturation: 0.99 and the lightness value of cc47fe is 0.64.

The process color (four color CMYK) of #cc47fe color hex is 0.20, 0.72, 0.00, 0.00. Web safe color of #cc47fe is #cc33ff. Color #cc47fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 11111110
Octal 314 107 376
Decimal 204 71 254
Hex CC 47 FE

RGB Percentages of Color #cc47fe

%38.56
%13.42
%48.02

CMYK Percentages of Color #cc47fe

%20
%72
%0
%0

Triadic Colors of #cc47fe

#cc47fe #fecc47 #47fecc

Analogous Colors of #cc47fe

#cc47fe #fe47d5 #7147fe

Monochromatic Colors of #cc47fe

#cc47fe

Complementary Color

#cc47fe #79fe47

#cc47fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc47fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc47fe Color CSS Codes

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

#cc47fe Text Font Color

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

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


#cc47fe Background Color

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

This div background color is #cc47fe


#cc47fe Border Color

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

This div border color is #cc47fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc47fe

Related Colors


Comments

No comments written yet.

Please login to write comment.