Color Hex Logo

#cc47fb Color Hex

#CC47FB
(204,71,251)
0 Favorites   0 Comments

Color spaces of #cc47fb

RGB 20471251
HSL0.790.960.63
HSV284°72°98°
CMYK 0.190.720.00   0.02
XYZ44.567724.308993.6099
Yxy24.30890.27430.1496
Hunter Lab49.304175.0704-78.0566
CIE-Lab56.395876.3953-65.3535

#cc47fb color RGB value is (204,71,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000111 11111011
Octal 314 107 373
Decimal 204 71 251
Hex CC 47 FB

RGB Percentages of Color #cc47fb

%38.78
%13.50
%47.72

CMYK Percentages of Color #cc47fb

%19
%72
%0
%2

Triadic Colors of #cc47fb

#cc47fb #fbcc47 #47fbcc

Analogous Colors of #cc47fb

#cc47fb #fb47d0 #7247fb

Monochromatic Colors of #cc47fb

#cc47fb

Complementary Color

#cc47fb #76fb47

#cc47fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc47fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc47fb Color CSS Codes

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

#cc47fb Text Font Color

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

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


#cc47fb Background Color

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

This div background color is #cc47fb


#cc47fb Border Color

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

This div border color is #cc47fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc47fb


Comments

No comments written yet.

Please login to write comment.