Color Hex Logo

#cf737e Color Hex

#CF737E
(207,115,126)
0 Favorites   0 Comments

Color spaces of #cf737e

RGB 207115126
HSL0.980.490.63
HSV353°44°81°
CMYK 0.000.440.39   0.19
XYZ35.628827.033223.0788
Yxy27.03320.41550.3153
Hunter Lab51.993531.329510.0778
CIE-Lab59.005037.218210.0720

#cf737e color RGB value is (207,115,126).

#cf737e hex color red value is 207, green value is 115 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cf737e hue: 0.98 , saturation: 0.49 and the lightness value of cf737e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110011 01111110
Octal 317 163 176
Decimal 207 115 126
Hex CF 73 7E

RGB Percentages of Color #cf737e

%46.21
%25.67
%28.13

CMYK Percentages of Color #cf737e

%0
%44
%39
%19

Triadic Colors of #cf737e

#cf737e #7ecf73 #737ecf

Analogous Colors of #cf737e

#cf737e #cf9673 #cf73ac

Monochromatic Colors of #cf737e

#cf737e

Complementary Color

#cf737e #73cfc4

#cf737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf737e Color CSS Codes

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

#cf737e Text Font Color

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

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


#cf737e Background Color

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

This div background color is #cf737e


#cf737e Border Color

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

This div border color is #cf737e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf737e


Comments

No comments written yet.

Please login to write comment.