Color Hex Logo

#cf7696 Color Hex

#CF7696
(207,118,150)
0 Favorites   0 Comments

Color spaces of #cf7696

RGB 207118150
HSL0.940.480.64
HSV338°43°81°
CMYK 0.000.430.28   0.19
XYZ37.715628.424332.3528
Yxy28.42430.38290.2886
Hunter Lab53.314432.97381.3412
CIE-Lab60.270138.6706-1.9586

#cf7696 color RGB value is (207,118,150).

#cf7696 hex color red value is 207, green value is 118 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cf7696 hue: 0.94 , saturation: 0.48 and the lightness value of cf7696 is 0.64.

The process color (four color CMYK) of #cf7696 color hex is 0.00, 0.43, 0.28, 0.19. Web safe color of #cf7696 is #cc6699. Color #cf7696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110110 10010110
Octal 317 166 226
Decimal 207 118 150
Hex CF 76 96

RGB Percentages of Color #cf7696

%43.58
%24.84
%31.58

CMYK Percentages of Color #cf7696

%0
%43
%28
%19

Triadic Colors of #cf7696

#cf7696 #96cf76 #7696cf

Analogous Colors of #cf7696

#cf7696 #cf8376 #cf76c3

Monochromatic Colors of #cf7696

#cf7696

Complementary Color

#cf7696 #76cfaf

#cf7696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7696 Color CSS Codes

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

#cf7696 Text Font Color

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

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


#cf7696 Background Color

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

This div background color is #cf7696


#cf7696 Border Color

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

This div border color is #cf7696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7696


Comments

No comments written yet.

Please login to write comment.