Color Hex Logo

#cfa087 Color Hex

#CFA087
(207,160,135)
0 Favorites   0 Comments

Color spaces of #cfa087

RGB 207160135
HSL0.060.430.67
HSV21°35°81°
CMYK 0.000.230.35   0.19
XYZ42.676140.156328.4233
Yxy40.15630.38360.3609
Hunter Lab63.36909.315817.7646
CIE-Lab69.580713.988319.7322

#cfa087 color RGB value is (207,160,135).

#cfa087 hex color red value is 207, green value is 160 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cfa087 hue: 0.06 , saturation: 0.43 and the lightness value of cfa087 is 0.67.

The process color (four color CMYK) of #cfa087 color hex is 0.00, 0.23, 0.35, 0.19. Web safe color of #cfa087 is #cc9999. Color #cfa087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100000 10000111
Octal 317 240 207
Decimal 207 160 135
Hex CF A0 87

RGB Percentages of Color #cfa087

%41.24
%31.87
%26.89

CMYK Percentages of Color #cfa087

%0
%23
%35
%19

Triadic Colors of #cfa087

#cfa087 #87cfa0 #a087cf

Analogous Colors of #cfa087

#cfa087 #cfc487 #cf8792

Monochromatic Colors of #cfa087

#cfa087

Complementary Color

#cfa087 #87b6cf

#cfa087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa087 Color CSS Codes

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

#cfa087 Text Font Color

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

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


#cfa087 Background Color

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

This div background color is #cfa087


#cfa087 Border Color

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

This div border color is #cfa087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa087


Comments

No comments written yet.

Please login to write comment.