Color Hex Logo

#cc83ab Color Hex

#CC83AB
(204,131,171)
0 Favorites   0 Comments

Color spaces of #cc83ab

RGB 204131171
HSL0.910.420.66
HSV327°36°80°
CMYK 0.000.360.16   0.20
XYZ40.368832.010242.5790
Yxy32.01020.35120.2785
Hunter Lab56.577628.3513-5.0160
CIE-Lab63.351333.8109-9.4416

#cc83ab color RGB value is (204,131,171).

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

The process color (four color CMYK) of #cc83ab color hex is 0.00, 0.36, 0.16, 0.20. Web safe color of #cc83ab is #cc9999. Color #cc83ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 10101011
Octal 314 203 253
Decimal 204 131 171
Hex CC 83 AB

RGB Percentages of Color #cc83ab

%40.32
%25.89
%33.79

CMYK Percentages of Color #cc83ab

%0
%36
%16
%20

Triadic Colors of #cc83ab

#cc83ab #abcc83 #83abcc

Analogous Colors of #cc83ab

#cc83ab #cc8387 #c983cc

Monochromatic Colors of #cc83ab

#cc83ab

Complementary Color

#cc83ab #83cca4

#cc83ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc83ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc83ab Color CSS Codes

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

#cc83ab Text Font Color

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

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


#cc83ab Background Color

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

This div background color is #cc83ab


#cc83ab Border Color

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

This div border color is #cc83ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc83ab


Comments

No comments written yet.

Please login to write comment.