Color Hex Logo

#cc84fb Color Hex

#CC84FB
(204,132,251)
0 Favorites   0 Comments

Color spaces of #cc84fb

RGB 204132251
HSL0.770.940.75
HSV276°47°98°
CMYK 0.190.470.00   0.02
XYZ50.565736.304995.6092
Yxy36.30490.27710.1990
Hunter Lab60.253544.3562-51.9028
CIE-Lab66.752248.4531-48.8418

#cc84fb color RGB value is (204,132,251).

#cc84fb hex color red value is 204, green value is 132 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cc84fb hue: 0.77 , saturation: 0.94 and the lightness value of cc84fb is 0.75.

The process color (four color CMYK) of #cc84fb color hex is 0.19, 0.47, 0.00, 0.02. Web safe color of #cc84fb is #cc99ff. Color #cc84fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 11111011
Octal 314 204 373
Decimal 204 132 251
Hex CC 84 FB

RGB Percentages of Color #cc84fb

%34.75
%22.49
%42.76

CMYK Percentages of Color #cc84fb

%19
%47
%0
%2

Triadic Colors of #cc84fb

#cc84fb #fbcc84 #84fbcc

Analogous Colors of #cc84fb

#cc84fb #fb84ef #9184fb

Monochromatic Colors of #cc84fb

#cc84fb

Complementary Color

#cc84fb #b3fb84

#cc84fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84fb Color CSS Codes

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

#cc84fb Text Font Color

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

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


#cc84fb Background Color

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

This div background color is #cc84fb


#cc84fb Border Color

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

This div border color is #cc84fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84fb


Comments

No comments written yet.

Please login to write comment.