Color Hex Logo

#cf56ab Color Hex

#CF56AB
(207,86,171)
0 Favorites   0 Comments

Color spaces of #cf56ab

RGB 20786171
HSL0.880.560.57
HSV318°58°81°
CMYK 0.000.580.17   0.19
XYZ36.410622.861241.0217
Yxy22.86120.36300.2279
Hunter Lab47.813452.2570-17.3987
CIE-Lab54.929157.4048-22.1575

#cf56ab color RGB value is (207,86,171).

#cf56ab hex color red value is 207, green value is 86 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf56ab hue: 0.88 , saturation: 0.56 and the lightness value of cf56ab is 0.57.

The process color (four color CMYK) of #cf56ab color hex is 0.00, 0.58, 0.17, 0.19. Web safe color of #cf56ab is #cc6699. Color #cf56ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010110 10101011
Octal 317 126 253
Decimal 207 86 171
Hex CF 56 AB

RGB Percentages of Color #cf56ab

%44.61
%18.53
%36.85

CMYK Percentages of Color #cf56ab

%0
%58
%17
%19

Triadic Colors of #cf56ab

#cf56ab #abcf56 #56abcf

Analogous Colors of #cf56ab

#cf56ab #cf566f #b756cf

Monochromatic Colors of #cf56ab

#cf56ab

Complementary Color

#cf56ab #56cf7a

#cf56ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf56ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf56ab Color CSS Codes

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

#cf56ab Text Font Color

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

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


#cf56ab Background Color

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

This div background color is #cf56ab


#cf56ab Border Color

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

This div border color is #cf56ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf56ab


Comments

No comments written yet.

Please login to write comment.