Color Hex Logo

#ca8868 Color Hex

#CA8868
(202,136,104)
0 Favorites   0 Comments

Color spaces of #ca8868

RGB 202136104
HSL0.050.480.60
HSV20°49°79°
CMYK 0.000.330.49   0.21
XYZ35.660031.164417.2325
Yxy31.16440.42420.3708
Hunter Lab55.825116.328520.7755
CIE-Lab62.646221.628927.4138

#ca8868 color RGB value is (202,136,104).

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

The process color (four color CMYK) of #ca8868 color hex is 0.00, 0.33, 0.49, 0.21. Web safe color of #ca8868 is #cc9966. Color #ca8868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001000 01101000
Octal 312 210 150
Decimal 202 136 104
Hex CA 88 68

RGB Percentages of Color #ca8868

%45.70
%30.77
%23.53

CMYK Percentages of Color #ca8868

%0
%33
%49
%21

Triadic Colors of #ca8868

#ca8868 #68ca88 #8868ca

Analogous Colors of #ca8868

#ca8868 #cab968 #ca6879

Monochromatic Colors of #ca8868

#ca8868

Complementary Color

#ca8868 #68aaca

#ca8868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8868 Color CSS Codes

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

#ca8868 Text Font Color

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

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


#ca8868 Background Color

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

This div background color is #ca8868


#ca8868 Border Color

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

This div border color is #ca8868


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,136,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 #ca8868">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8868


Comments

No comments written yet.

Please login to write comment.