Color Hex Logo

#cf735e Color Hex

#CF735E
(207,115,94)
0 Favorites   0 Comments

Color spaces of #cf735e

RGB 20711594
HSL0.030.540.59
HSV11°55°81°
CMYK 0.000.440.55   0.19
XYZ33.883226.335013.8870
Yxy26.33500.45720.3554
Hunter Lab51.317628.051319.8780
CIE-Lab58.353734.039227.5230

#cf735e color RGB value is (207,115,94).

#cf735e hex color red value is 207, green value is 115 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cf735e hue: 0.03 , saturation: 0.54 and the lightness value of cf735e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110011 01011110
Octal 317 163 136
Decimal 207 115 94
Hex CF 73 5E

RGB Percentages of Color #cf735e

%49.76
%27.64
%22.60

CMYK Percentages of Color #cf735e

%0
%44
%55
%19

Triadic Colors of #cf735e

#cf735e #5ecf73 #735ecf

Analogous Colors of #cf735e

#cf735e #cfac5e #cf5e82

Monochromatic Colors of #cf735e

#cf735e

Complementary Color

#cf735e #5ebacf

#cf735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf735e Color CSS Codes

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

#cf735e Text Font Color

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

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


#cf735e Background Color

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

This div background color is #cf735e


#cf735e Border Color

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

This div border color is #cf735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf735e


Comments

No comments written yet.

Please login to write comment.