Color Hex Logo

#ca7f68 Color Hex

#CA7F68
(202,127,104)
3 Favorites   0 Comments

Color spaces of #ca7f68

RGB 202127104
HSL0.040.480.60
HSV14°49°79°
CMYK 0.000.370.49   0.21
XYZ34.445228.734816.8276
Yxy28.73480.43050.3592
Hunter Lab53.604920.891418.9111
CIE-Lab60.546926.535224.6483

#ca7f68 color RGB value is (202,127,104).

#ca7f68 hex color red value is 202, green value is 127 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ca7f68 hue: 0.04 , saturation: 0.48 and the lightness value of ca7f68 is 0.60.

The process color (four color CMYK) of #ca7f68 color hex is 0.00, 0.37, 0.49, 0.21. Web safe color of #ca7f68 is #cc6666. Color #ca7f68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111111 01101000
Octal 312 177 150
Decimal 202 127 104
Hex CA 7F 68

RGB Percentages of Color #ca7f68

%46.65
%29.33
%24.02

CMYK Percentages of Color #ca7f68

%0
%37
%49
%21

Triadic Colors of #ca7f68

#ca7f68 #68ca7f #7f68ca

Analogous Colors of #ca7f68

#ca7f68 #cab068 #ca6882

Monochromatic Colors of #ca7f68

#ca7f68

Complementary Color

#ca7f68 #68b3ca

#ca7f68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7f68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7f68 Color CSS Codes

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

#ca7f68 Text Font Color

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

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


#ca7f68 Background Color

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

This div background color is #ca7f68


#ca7f68 Border Color

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

This div border color is #ca7f68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,127,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca7f68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca7f68;
  -webkit-box-shadow: 1px 1px 3px 2px #ca7f68;
  box-shadow:         1px 1px 3px 2px #ca7f68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,127,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7f68

#ca7f68 Color Palettes


Comments

No comments written yet.

Please login to write comment.