Color Hex Logo

#cf835d Color Hex

#CF835D
(207,131,93)
0 Favorites   0 Comments

Color spaces of #cf835d

RGB 20713193
HSL0.060.540.59
HSV20°55°81°
CMYK 0.000.370.55   0.19
XYZ35.824230.288314.3140
Yxy30.28830.44540.3766
Hunter Lab55.034819.881423.1036
CIE-Lab61.902225.388432.6197

#cf835d color RGB value is (207,131,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 01011101
Octal 317 203 135
Decimal 207 131 93
Hex CF 83 5D

RGB Percentages of Color #cf835d

%48.03
%30.39
%21.58

CMYK Percentages of Color #cf835d

%0
%37
%55
%19

Triadic Colors of #cf835d

#cf835d #5dcf83 #835dcf

Analogous Colors of #cf835d

#cf835d #cfbc5d #cf5d70

Monochromatic Colors of #cf835d

#cf835d

Complementary Color

#cf835d #5da9cf

#cf835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf835d Color CSS Codes

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

#cf835d Text Font Color

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

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


#cf835d Background Color

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

This div background color is #cf835d


#cf835d Border Color

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

This div border color is #cf835d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf835d


Comments

No comments written yet.

Please login to write comment.