Color Hex Logo

#cf563d Color Hex

#CF563D
(207,86,61)
0 Favorites   0 Comments

Color spaces of #cf563d

RGB 2078661
HSL0.030.600.53
HSV10°71°81°
CMYK 0.000.580.71   0.19
XYZ29.902220.25796.7490
Yxy20.25790.52540.3560
Hunter Lab45.008839.823622.6157
CIE-Lab52.127646.408938.3103

#cf563d color RGB value is (207,86,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010110 00111101
Octal 317 126 75
Decimal 207 86 61
Hex CF 56 3D

RGB Percentages of Color #cf563d

%58.47
%24.29
%17.23

CMYK Percentages of Color #cf563d

%0
%58
%71
%19

Triadic Colors of #cf563d

#cf563d #3dcf56 #563dcf

Analogous Colors of #cf563d

#cf563d #cf9f3d #cf3d6d

Monochromatic Colors of #cf563d

#cf563d

Complementary Color

#cf563d #3db6cf

#cf563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf563d Color CSS Codes

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

#cf563d Text Font Color

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

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


#cf563d Background Color

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

This div background color is #cf563d


#cf563d Border Color

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

This div border color is #cf563d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,86,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 #cf563d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf563d


Comments

No comments written yet.

Please login to write comment.