Color Hex Logo

#cf755c Color Hex

#CF755C
(207,117,92)
0 Favorites   0 Comments

Color spaces of #cf755c

RGB 20711792
HSL0.040.550.59
HSV13°56°81°
CMYK 0.000.430.56   0.19
XYZ34.025226.760713.4972
Yxy26.76070.45800.3603
Hunter Lab51.730726.877220.7420
CIE-Lab58.752232.816129.1610

#cf755c color RGB value is (207,117,92).

#cf755c hex color red value is 207, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cf755c hue: 0.04 , saturation: 0.55 and the lightness value of cf755c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110101 01011100
Octal 317 165 134
Decimal 207 117 92
Hex CF 75 5C

RGB Percentages of Color #cf755c

%49.76
%28.13
%22.12

CMYK Percentages of Color #cf755c

%0
%43
%56
%19

Triadic Colors of #cf755c

#cf755c #5ccf75 #755ccf

Analogous Colors of #cf755c

#cf755c #cfaf5c #cf5c7d

Monochromatic Colors of #cf755c

#cf755c

Complementary Color

#cf755c #5cb6cf

#cf755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf755c Color CSS Codes

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

#cf755c Text Font Color

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

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


#cf755c Background Color

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

This div background color is #cf755c


#cf755c Border Color

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

This div border color is #cf755c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf755c


Comments

No comments written yet.

Please login to write comment.