Color Hex Logo

#cf825e Color Hex

#CF825E
(207,130,94)
0 Favorites   0 Comments

Color spaces of #cf825e

RGB 20713094
HSL0.050.540.59
HSV19°55°81°
CMYK 0.000.370.55   0.19
XYZ35.735130.038814.5043
Yxy30.03880.44510.3742
Hunter Lab54.807720.470222.6749
CIE-Lab61.687726.013231.8012

#cf825e color RGB value is (207,130,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000010 01011110
Octal 317 202 136
Decimal 207 130 94
Hex CF 82 5E

RGB Percentages of Color #cf825e

%48.03
%30.16
%21.81

CMYK Percentages of Color #cf825e

%0
%37
%55
%19

Triadic Colors of #cf825e

#cf825e #5ecf82 #825ecf

Analogous Colors of #cf825e

#cf825e #cfbb5e #cf5e73

Monochromatic Colors of #cf825e

#cf825e

Complementary Color

#cf825e #5eabcf

#cf825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf825e Color CSS Codes

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

#cf825e Text Font Color

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

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


#cf825e Background Color

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

This div background color is #cf825e


#cf825e Border Color

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

This div border color is #cf825e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf825e


Comments

No comments written yet.

Please login to write comment.