Color Hex Logo

#cf831d Color Hex

#CF831D
(207,131,29)
0 Favorites   0 Comments

Color spaces of #cf831d

RGB 20713129
HSL0.100.750.46
HSV34°86°81°
CMYK 0.000.370.86   0.19
XYZ34.070229.58675.0775
Yxy29.58670.49570.4304
Hunter Lab54.393716.617032.5410
CIE-Lab61.296022.007961.2809

#cf831d color RGB value is (207,131,29).

#cf831d hex color red value is 207, green value is 131 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cf831d hue: 0.10 , saturation: 0.75 and the lightness value of cf831d is 0.46.

The process color (four color CMYK) of #cf831d color hex is 0.00, 0.37, 0.86, 0.19. Web safe color of #cf831d is #cc9933. Color #cf831d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 00011101
Octal 317 203 35
Decimal 207 131 29
Hex CF 83 1D

RGB Percentages of Color #cf831d

%56.40
%35.69
%7.90

CMYK Percentages of Color #cf831d

%0
%37
%86
%19

Triadic Colors of #cf831d

#cf831d #1dcf83 #831dcf

Analogous Colors of #cf831d

#cf831d #c2cf1d #cf2a1d

Monochromatic Colors of #cf831d

#cf831d

Complementary Color

#cf831d #1d69cf

#cf831d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf831d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf831d Color CSS Codes

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

#cf831d Text Font Color

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

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


#cf831d Background Color

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

This div background color is #cf831d


#cf831d Border Color

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

This div border color is #cf831d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf831d


Comments

No comments written yet.

Please login to write comment.