Color Hex Logo

#cf743a Color Hex

#CF743A
(207,116,58)
0 Favorites   0 Comments

Color spaces of #cf743a

RGB 20711658
HSL0.060.610.52
HSV23°72°81°
CMYK 0.000.440.72   0.19
XYZ32.741226.06177.3077
Yxy26.06170.49520.3942
Hunter Lab51.050725.141827.2483
CIE-Lab58.095631.123146.4735

#cf743a color RGB value is (207,116,58).

#cf743a hex color red value is 207, green value is 116 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cf743a hue: 0.06 , saturation: 0.61 and the lightness value of cf743a is 0.52.

The process color (four color CMYK) of #cf743a color hex is 0.00, 0.44, 0.72, 0.19. Web safe color of #cf743a is #cc6633. Color #cf743a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110100 00111010
Octal 317 164 72
Decimal 207 116 58
Hex CF 74 3A

RGB Percentages of Color #cf743a

%54.33
%30.45
%15.22

CMYK Percentages of Color #cf743a

%0
%44
%72
%19

Triadic Colors of #cf743a

#cf743a #3acf74 #743acf

Analogous Colors of #cf743a

#cf743a #cfbf3a #cf3a4a

Monochromatic Colors of #cf743a

#cf743a

Complementary Color

#cf743a #3a95cf

#cf743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf743a Color CSS Codes

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

#cf743a Text Font Color

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

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


#cf743a Background Color

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

This div background color is #cf743a


#cf743a Border Color

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

This div border color is #cf743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf743a


Comments

No comments written yet.

Please login to write comment.