Color Hex Logo

#cf863a Color Hex

#CF863A
(207,134,58)
0 Favorites   0 Comments

Color spaces of #cf863a

RGB 20713458
HSL0.090.610.52
HSV31°72°81°
CMYK 0.000.350.72   0.19
XYZ35.020930.62118.0676
Yxy30.62110.47510.4154
Hunter Lab55.336316.129330.0914
CIE-Lab62.186521.443050.8019

#cf863a color RGB value is (207,134,58).

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

The process color (four color CMYK) of #cf863a color hex is 0.00, 0.35, 0.72, 0.19. Web safe color of #cf863a is #cc9933. Color #cf863a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000110 00111010
Octal 317 206 72
Decimal 207 134 58
Hex CF 86 3A

RGB Percentages of Color #cf863a

%51.88
%33.58
%14.54

CMYK Percentages of Color #cf863a

%0
%35
%72
%19

Triadic Colors of #cf863a

#cf863a #3acf86 #863acf

Analogous Colors of #cf863a

#cf863a #cecf3a #cf3c3a

Monochromatic Colors of #cf863a

#cf863a

Complementary Color

#cf863a #3a83cf

#cf863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf863a Color CSS Codes

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

#cf863a Text Font Color

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

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


#cf863a Background Color

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

This div background color is #cf863a


#cf863a Border Color

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

This div border color is #cf863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf863a


Comments

No comments written yet.

Please login to write comment.