Color Hex Logo

#cf834d Color Hex

#CF834D
(207,131,77)
0 Favorites   0 Comments

Color spaces of #cf834d

RGB 20713177
HSL0.070.580.56
HSV25°63°81°
CMYK 0.000.370.63   0.19
XYZ35.188030.033810.9637
Yxy30.03380.46190.3942
Hunter Lab54.803118.705926.5008
CIE-Lab61.683424.180740.8913

#cf834d color RGB value is (207,131,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 01001101
Octal 317 203 115
Decimal 207 131 77
Hex CF 83 4D

RGB Percentages of Color #cf834d

%49.88
%31.57
%18.55

CMYK Percentages of Color #cf834d

%0
%37
%63
%19

Triadic Colors of #cf834d

#cf834d #4dcf83 #834dcf

Analogous Colors of #cf834d

#cf834d #cfc44d #cf4d58

Monochromatic Colors of #cf834d

#cf834d

Complementary Color

#cf834d #4d99cf

#cf834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf834d Color CSS Codes

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

#cf834d Text Font Color

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

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


#cf834d Background Color

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

This div background color is #cf834d


#cf834d Border Color

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

This div border color is #cf834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf834d


Comments

No comments written yet.

Please login to write comment.