Color Hex Logo

#cf713d Color Hex

#CF713D
(207,113,61)
0 Favorites   0 Comments

Color spaces of #cf713d

RGB 20711361
HSL0.060.600.53
HSV21°71°81°
CMYK 0.000.450.71   0.19
XYZ32.479625.41267.6081
Yxy25.41260.49590.3880
Hunter Lab50.410926.787926.3395
CIE-Lab57.475232.861044.3052

#cf713d color RGB value is (207,113,61).

#cf713d hex color red value is 207, green value is 113 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cf713d hue: 0.06 , saturation: 0.60 and the lightness value of cf713d is 0.53.

The process color (four color CMYK) of #cf713d color hex is 0.00, 0.45, 0.71, 0.19. Web safe color of #cf713d is #cc6633. Color #cf713d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 00111101
Octal 317 161 75
Decimal 207 113 61
Hex CF 71 3D

RGB Percentages of Color #cf713d

%54.33
%29.66
%16.01

CMYK Percentages of Color #cf713d

%0
%45
%71
%19

Triadic Colors of #cf713d

#cf713d #3dcf71 #713dcf

Analogous Colors of #cf713d

#cf713d #cfba3d #cf3d52

Monochromatic Colors of #cf713d

#cf713d

Complementary Color

#cf713d #3d9bcf

#cf713d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf713d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf713d Color CSS Codes

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

#cf713d Text Font Color

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

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


#cf713d Background Color

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

This div background color is #cf713d


#cf713d Border Color

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

This div border color is #cf713d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf713d


Comments

No comments written yet.

Please login to write comment.