Color Hex Logo

#cc84bf Color Hex

#CC84BF
(204,132,191)
0 Favorites   0 Comments

Color spaces of #cc84bf

RGB 204132191
HSL0.860.410.66
HSV311°35°80°
CMYK 0.000.350.06   0.20
XYZ42.557133.101553.4364
Yxy33.10150.32970.2564
Hunter Lab57.533931.3499-14.7937
CIE-Lab64.243036.6394-19.4071

#cc84bf color RGB value is (204,132,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 10111111
Octal 314 204 277
Decimal 204 132 191
Hex CC 84 BF

RGB Percentages of Color #cc84bf

%38.71
%25.05
%36.24

CMYK Percentages of Color #cc84bf

%0
%35
%6
%20

Triadic Colors of #cc84bf

#cc84bf #bfcc84 #84bfcc

Analogous Colors of #cc84bf

#cc84bf #cc849b #b584cc

Monochromatic Colors of #cc84bf

#cc84bf

Complementary Color

#cc84bf #84cc91

#cc84bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84bf Color CSS Codes

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

#cc84bf Text Font Color

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

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


#cc84bf Background Color

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

This div background color is #cc84bf


#cc84bf Border Color

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

This div border color is #cc84bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84bf


Comments

No comments written yet.

Please login to write comment.