Color Hex Logo

#cc82fc Color Hex

#CC82FC
(204,130,252)
0 Favorites   0 Comments

Color spaces of #cc82fc

RGB 204130252
HSL0.770.950.75
HSV276°48°99°
CMYK 0.190.480.00   0.01
XYZ50.455235.830996.3522
Yxy35.83090.27630.1962
Hunter Lab59.858945.7049-53.5352
CIE-Lab66.390549.7169-49.9603

#cc82fc color RGB value is (204,130,252).

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

The process color (four color CMYK) of #cc82fc color hex is 0.19, 0.48, 0.00, 0.01. Web safe color of #cc82fc is #cc99ff. Color #cc82fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 11111100
Octal 314 202 374
Decimal 204 130 252
Hex CC 82 FC

RGB Percentages of Color #cc82fc

%34.81
%22.18
%43.00

CMYK Percentages of Color #cc82fc

%19
%48
%0
%1

Triadic Colors of #cc82fc

#cc82fc #fccc82 #82fccc

Analogous Colors of #cc82fc

#cc82fc #fc82ef #8f82fc

Monochromatic Colors of #cc82fc

#cc82fc

Complementary Color

#cc82fc #b2fc82

#cc82fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc82fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc82fc Color CSS Codes

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

#cc82fc Text Font Color

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

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


#cc82fc Background Color

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

This div background color is #cc82fc


#cc82fc Border Color

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

This div border color is #cc82fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc82fc


Comments

No comments written yet.

Please login to write comment.