Color Hex Logo

#cf8475 Color Hex

#CF8475
(207,132,117)
0 Favorites   0 Comments

Color spaces of #cf8475

RGB 207132117
HSL0.030.480.64
HSV10°43°81°
CMYK 0.000.360.43   0.19
XYZ37.194331.052320.8630
Yxy31.05230.41740.3485
Hunter Lab55.724621.624716.8093
CIE-Lab62.551827.135420.1324

#cf8475 color RGB value is (207,132,117).

#cf8475 hex color red value is 207, green value is 132 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #cf8475 hue: 0.03 , saturation: 0.48 and the lightness value of cf8475 is 0.64.

The process color (four color CMYK) of #cf8475 color hex is 0.00, 0.36, 0.43, 0.19. Web safe color of #cf8475 is #cc9966. Color #cf8475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000100 01110101
Octal 317 204 165
Decimal 207 132 117
Hex CF 84 75

RGB Percentages of Color #cf8475

%45.39
%28.95
%25.66

CMYK Percentages of Color #cf8475

%0
%36
%43
%19

Triadic Colors of #cf8475

#cf8475 #75cf84 #8475cf

Analogous Colors of #cf8475

#cf8475 #cfb175 #cf7593

Monochromatic Colors of #cf8475

#cf8475

Complementary Color

#cf8475 #75c0cf

#cf8475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8475 Color CSS Codes

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

#cf8475 Text Font Color

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

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


#cf8475 Background Color

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

This div background color is #cf8475


#cf8475 Border Color

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

This div border color is #cf8475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8475


Comments

No comments written yet.

Please login to write comment.