Color Hex Logo

#cf736d Color Hex

#CF736D
(207,115,109)
0 Favorites   0 Comments

Color spaces of #cf736d

RGB 207115109
HSL0.010.510.62
HSV47°81°
CMYK 0.000.440.47   0.19
XYZ34.623226.631017.7835
Yxy26.63100.43810.3369
Hunter Lab51.605229.450815.6919
CIE-Lab58.631235.405319.3504

#cf736d color RGB value is (207,115,109).

#cf736d hex color red value is 207, green value is 115 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cf736d hue: 0.01 , saturation: 0.51 and the lightness value of cf736d is 0.62.

The process color (four color CMYK) of #cf736d color hex is 0.00, 0.44, 0.47, 0.19. Web safe color of #cf736d is #cc6666. Color #cf736d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110011 01101101
Octal 317 163 155
Decimal 207 115 109
Hex CF 73 6D

RGB Percentages of Color #cf736d

%48.03
%26.68
%25.29

CMYK Percentages of Color #cf736d

%0
%44
%47
%19

Triadic Colors of #cf736d

#cf736d #6dcf73 #736dcf

Analogous Colors of #cf736d

#cf736d #cfa46d #cf6d98

Monochromatic Colors of #cf736d

#cf736d

Complementary Color

#cf736d #6dc9cf

#cf736d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf736d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf736d Color CSS Codes

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

#cf736d Text Font Color

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

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


#cf736d Background Color

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

This div background color is #cf736d


#cf736d Border Color

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

This div border color is #cf736d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf736d


Comments

No comments written yet.

Please login to write comment.