Color Hex Logo

#cf777c Color Hex

#CF777C
(207,119,124)
0 Favorites   0 Comments

Color spaces of #cf777c

RGB 207119124
HSL0.990.480.64
HSV357°43°81°
CMYK 0.000.430.40   0.19
XYZ35.967027.914322.5611
Yxy27.91430.41610.3229
Hunter Lab52.834029.055311.6659
CIE-Lab59.811234.880312.3604

#cf777c color RGB value is (207,119,124).

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

The process color (four color CMYK) of #cf777c color hex is 0.00, 0.43, 0.40, 0.19. Web safe color of #cf777c is #cc6666. Color #cf777c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 01111100
Octal 317 167 174
Decimal 207 119 124
Hex CF 77 7C

RGB Percentages of Color #cf777c

%46.00
%26.44
%27.56

CMYK Percentages of Color #cf777c

%0
%43
%40
%19

Triadic Colors of #cf777c

#cf777c #7ccf77 #777ccf

Analogous Colors of #cf777c

#cf777c #cf9e77 #cf77a8

Monochromatic Colors of #cf777c

#cf777c

Complementary Color

#cf777c #77cfca

#cf777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf777c Color CSS Codes

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

#cf777c Text Font Color

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

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


#cf777c Background Color

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

This div background color is #cf777c


#cf777c Border Color

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

This div border color is #cf777c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf777c


Comments

No comments written yet.

Please login to write comment.