Color Hex Logo

#cf7eaa Color Hex

#CF7EAA
(207,126,170)
0 Favorites   0 Comments

Color spaces of #cf7eaa

RGB 207126170
HSL0.910.460.65
HSV327°39°81°
CMYK 0.000.390.18   0.19
XYZ40.448731.089441.8992
Yxy31.08940.35660.2741
Hunter Lab55.757931.9138-5.5229
CIE-Lab62.583037.3703-9.9837

#cf7eaa color RGB value is (207,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111110 10101010
Octal 317 176 252
Decimal 207 126 170
Hex CF 7E AA

RGB Percentages of Color #cf7eaa

%41.15
%25.05
%33.80

CMYK Percentages of Color #cf7eaa

%0
%39
%18
%19

Triadic Colors of #cf7eaa

#cf7eaa #aacf7e #7eaacf

Analogous Colors of #cf7eaa

#cf7eaa #cf7e82 #cc7ecf

Monochromatic Colors of #cf7eaa

#cf7eaa

Complementary Color

#cf7eaa #7ecfa3

#cf7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7eaa Color CSS Codes

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

#cf7eaa Text Font Color

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

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


#cf7eaa Background Color

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

This div background color is #cf7eaa


#cf7eaa Border Color

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

This div border color is #cf7eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,126,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7eaa


Comments

No comments written yet.

Please login to write comment.