Color Hex Logo

#cc83bc Color Hex

#CC83BC
(204,131,188)
0 Favorites   0 Comments

Color spaces of #cc83bc

RGB 204131188
HSL0.870.420.66
HSV313°36°80°
CMYK 0.000.360.08   0.20
XYZ42.095232.700851.6702
Yxy32.70080.33290.2586
Hunter Lab57.184631.3258-13.5433
CIE-Lab63.917936.6518-18.2101

#cc83bc color RGB value is (204,131,188).

#cc83bc hex color red value is 204, green value is 131 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc83bc hue: 0.87 , saturation: 0.42 and the lightness value of cc83bc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 10111100
Octal 314 203 274
Decimal 204 131 188
Hex CC 83 BC

RGB Percentages of Color #cc83bc

%39.01
%25.05
%35.95

CMYK Percentages of Color #cc83bc

%0
%36
%8
%20

Triadic Colors of #cc83bc

#cc83bc #bccc83 #83bccc

Analogous Colors of #cc83bc

#cc83bc #cc8398 #b883cc

Monochromatic Colors of #cc83bc

#cc83bc

Complementary Color

#cc83bc #83cc93

#cc83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc83bc Color CSS Codes

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

#cc83bc Text Font Color

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

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


#cc83bc Background Color

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

This div background color is #cc83bc


#cc83bc Border Color

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

This div border color is #cc83bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc83bc


Comments

No comments written yet.

Please login to write comment.