Color Hex Logo

#cf835a Color Hex

#CF835A
(207,131,90)
0 Favorites   0 Comments

Color spaces of #cf835a

RGB 20713190
HSL0.060.550.58
HSV21°57°81°
CMYK 0.000.370.57   0.19
XYZ35.693930.236213.6278
Yxy30.23620.44870.3801
Hunter Lab54.987519.641323.7971
CIE-Lab61.857525.142634.1944

#cf835a color RGB value is (207,131,90).

#cf835a hex color red value is 207, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cf835a hue: 0.06 , saturation: 0.55 and the lightness value of cf835a is 0.58.

The process color (four color CMYK) of #cf835a color hex is 0.00, 0.37, 0.57, 0.19. Web safe color of #cf835a is #cc9966. Color #cf835a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 01011010
Octal 317 203 132
Decimal 207 131 90
Hex CF 83 5A

RGB Percentages of Color #cf835a

%48.36
%30.61
%21.03

CMYK Percentages of Color #cf835a

%0
%37
%57
%19

Triadic Colors of #cf835a

#cf835a #5acf83 #835acf

Analogous Colors of #cf835a

#cf835a #cfbe5a #cf5a6c

Monochromatic Colors of #cf835a

#cf835a

Complementary Color

#cf835a #5aa6cf

#cf835a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf835a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf835a Color CSS Codes

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

#cf835a Text Font Color

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

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


#cf835a Background Color

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

This div background color is #cf835a


#cf835a Border Color

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

This div border color is #cf835a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf835a


Comments

No comments written yet.

Please login to write comment.