Color Hex Logo

#cf824e Color Hex

#CF824E
(207,130,78)
0 Favorites   0 Comments

Color spaces of #cf824e

RGB 20713078
HSL0.070.570.56
HSV24°62°81°
CMYK 0.000.370.62   0.19
XYZ35.089929.780711.1065
Yxy29.78070.46180.3920
Hunter Lab54.571719.276026.1334
CIE-Lab61.464524.790040.1118

#cf824e color RGB value is (207,130,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000010 01001110
Octal 317 202 116
Decimal 207 130 78
Hex CF 82 4E

RGB Percentages of Color #cf824e

%49.88
%31.33
%18.80

CMYK Percentages of Color #cf824e

%0
%37
%62
%19

Triadic Colors of #cf824e

#cf824e #4ecf82 #824ecf

Analogous Colors of #cf824e

#cf824e #cfc34e #cf4e5b

Monochromatic Colors of #cf824e

#cf824e

Complementary Color

#cf824e #4e9bcf

#cf824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf824e Color CSS Codes

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

#cf824e Text Font Color

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

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


#cf824e Background Color

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

This div background color is #cf824e


#cf824e Border Color

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

This div border color is #cf824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf824e


Comments

No comments written yet.

Please login to write comment.