Color Hex Logo

#cc82bf Color Hex

#CC82BF
(204,130,191)
0 Favorites   0 Comments

Color spaces of #cc82bf

RGB 204130191
HSL0.860.420.65
HSV311°36°80°
CMYK 0.000.360.06   0.20
XYZ42.288432.564253.3469
Yxy32.56420.32990.2540
Hunter Lab57.065132.4147-15.4813
CIE-Lab63.806537.7143-20.0716

#cc82bf color RGB value is (204,130,191).

#cc82bf hex color red value is 204, green value is 130 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cc82bf hue: 0.86 , saturation: 0.42 and the lightness value of cc82bf is 0.65.

The process color (four color CMYK) of #cc82bf color hex is 0.00, 0.36, 0.06, 0.20. Web safe color of #cc82bf is #cc99cc. Color #cc82bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 10111111
Octal 314 202 277
Decimal 204 130 191
Hex CC 82 BF

RGB Percentages of Color #cc82bf

%38.86
%24.76
%36.38

CMYK Percentages of Color #cc82bf

%0
%36
%6
%20

Triadic Colors of #cc82bf

#cc82bf #bfcc82 #82bfcc

Analogous Colors of #cc82bf

#cc82bf #cc829a #b482cc

Monochromatic Colors of #cc82bf

#cc82bf

Complementary Color

#cc82bf #82cc8f

#cc82bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc82bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc82bf Color CSS Codes

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

#cc82bf Text Font Color

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

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


#cc82bf Background Color

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

This div background color is #cc82bf


#cc82bf Border Color

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

This div border color is #cc82bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc82bf


Comments

No comments written yet.

Please login to write comment.