Color Hex Logo

#cc7abf Color Hex

#CC7ABF
(204,122,191)
0 Favorites   0 Comments

Color spaces of #cc7abf

RGB 204122191
HSL0.860.450.64
HSV310°40°80°
CMYK 0.000.400.06   0.20
XYZ41.265330.518053.0059
Yxy30.51800.33070.2446
Hunter Lab55.243136.6599-18.2187
CIE-Lab62.098641.9723-22.6796

#cc7abf color RGB value is (204,122,191).

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

The process color (four color CMYK) of #cc7abf color hex is 0.00, 0.40, 0.06, 0.20. Web safe color of #cc7abf is #cc66cc. Color #cc7abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111010 10111111
Octal 314 172 277
Decimal 204 122 191
Hex CC 7A BF

RGB Percentages of Color #cc7abf

%39.46
%23.60
%36.94

CMYK Percentages of Color #cc7abf

%0
%40
%6
%20

Triadic Colors of #cc7abf

#cc7abf #bfcc7a #7abfcc

Analogous Colors of #cc7abf

#cc7abf #cc7a96 #b07acc

Monochromatic Colors of #cc7abf

#cc7abf

Complementary Color

#cc7abf #7acc87

#cc7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7abf Color CSS Codes

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

#cc7abf Text Font Color

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

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


#cc7abf Background Color

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

This div background color is #cc7abf


#cc7abf Border Color

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

This div border color is #cc7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7abf


Comments

No comments written yet.

Please login to write comment.