Color Hex Logo

#cf7eab Color Hex

#CF7EAB
(207,126,171)
0 Favorites   0 Comments

Color spaces of #cf7eab

RGB 207126171
HSL0.910.460.65
HSV327°39°81°
CMYK 0.000.390.17   0.19
XYZ40.543731.127442.3994
Yxy31.12740.35540.2729
Hunter Lab55.791932.0791-6.0034
CIE-Lab62.615037.5265-10.5051

#cf7eab color RGB value is (207,126,171).

#cf7eab hex color red value is 207, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cf7eab hue: 0.91 , saturation: 0.46 and the lightness value of cf7eab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111110 10101011
Octal 317 176 253
Decimal 207 126 171
Hex CF 7E AB

RGB Percentages of Color #cf7eab

%41.07
%25.00
%33.93

CMYK Percentages of Color #cf7eab

%0
%39
%17
%19

Triadic Colors of #cf7eab

#cf7eab #abcf7e #7eabcf

Analogous Colors of #cf7eab

#cf7eab #cf7e83 #cb7ecf

Monochromatic Colors of #cf7eab

#cf7eab

Complementary Color

#cf7eab #7ecfa2

#cf7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7eab Color CSS Codes

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

#cf7eab Text Font Color

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

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


#cf7eab Background Color

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

This div background color is #cf7eab


#cf7eab Border Color

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

This div border color is #cf7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7eab


Comments

No comments written yet.

Please login to write comment.