Color Hex Logo

#cfa590 Color Hex

#CFA590
(207,165,144)
0 Favorites   0 Comments

Color spaces of #cfa590

RGB 207165144
HSL0.060.400.69
HSV20°30°81°
CMYK 0.000.200.30   0.19
XYZ44.221342.189332.1982
Yxy42.18930.37280.3557
Hunter Lab64.95337.857616.0765
CIE-Lab71.001212.431616.7562

#cfa590 color RGB value is (207,165,144).

#cfa590 hex color red value is 207, green value is 165 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfa590 hue: 0.06 , saturation: 0.40 and the lightness value of cfa590 is 0.69.

The process color (four color CMYK) of #cfa590 color hex is 0.00, 0.20, 0.30, 0.19. Web safe color of #cfa590 is #cc9999. Color #cfa590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 10010000
Octal 317 245 220
Decimal 207 165 144
Hex CF A5 90

RGB Percentages of Color #cfa590

%40.12
%31.98
%27.91

CMYK Percentages of Color #cfa590

%0
%20
%30
%19

Triadic Colors of #cfa590

#cfa590 #90cfa5 #a590cf

Analogous Colors of #cfa590

#cfa590 #cfc590 #cf909b

Monochromatic Colors of #cfa590

#cfa590

Complementary Color

#cfa590 #90bacf

#cfa590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa590 Color CSS Codes

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

#cfa590 Text Font Color

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

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


#cfa590 Background Color

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

This div background color is #cfa590


#cfa590 Border Color

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

This div border color is #cfa590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa590


Comments

No comments written yet.

Please login to write comment.