Color Hex Logo

#cf14ab Color Hex

#CF14AB
(207,20,171)
0 Favorites   0 Comments

Color spaces of #cf14ab

RGB 20720171
HSL0.870.820.45
HSV312°90°81°
CMYK 0.000.900.17   0.19
XYZ33.333016.706039.9958
Yxy16.70600.37020.1856
Hunter Lab40.873074.0438-29.4065
CIE-Lab47.887477.2229-33.0839

#cf14ab color RGB value is (207,20,171).

#cf14ab hex color red value is 207, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf14ab hue: 0.87 , saturation: 0.82 and the lightness value of cf14ab is 0.45.

The process color (four color CMYK) of #cf14ab color hex is 0.00, 0.90, 0.17, 0.19. Web safe color of #cf14ab is #cc0099. Color #cf14ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00010100 10101011
Octal 317 24 253
Decimal 207 20 171
Hex CF 14 AB

RGB Percentages of Color #cf14ab

%52.01
%5.03
%42.96

CMYK Percentages of Color #cf14ab

%0
%90
%17
%19

Triadic Colors of #cf14ab

#cf14ab #abcf14 #14abcf

Analogous Colors of #cf14ab

#cf14ab #cf144d #9614cf

Monochromatic Colors of #cf14ab

#cf14ab

Complementary Color

#cf14ab #14cf38

#cf14ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf14ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf14ab Color CSS Codes

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

#cf14ab Text Font Color

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

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


#cf14ab Background Color

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

This div background color is #cf14ab


#cf14ab Border Color

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

This div border color is #cf14ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf14ab


Comments

No comments written yet.

Please login to write comment.