Color Hex Logo

#ca798d Color Hex

#CA798D
(202,121,141)
0 Favorites   0 Comments

Color spaces of #ca798d

RGB 202121141
HSL0.960.430.63
HSV345°40°79°
CMYK 0.000.400.30   0.21
XYZ36.002228.154428.7361
Yxy28.15440.38760.3031
Hunter Lab53.060728.25775.0328
CIE-Lab60.028034.06402.7947

#ca798d color RGB value is (202,121,141).

#ca798d hex color red value is 202, green value is 121 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ca798d hue: 0.96 , saturation: 0.43 and the lightness value of ca798d is 0.63.

The process color (four color CMYK) of #ca798d color hex is 0.00, 0.40, 0.30, 0.21. Web safe color of #ca798d is #cc6699. Color #ca798d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 10001101
Octal 312 171 215
Decimal 202 121 141
Hex CA 79 8D

RGB Percentages of Color #ca798d

%43.53
%26.08
%30.39

CMYK Percentages of Color #ca798d

%0
%40
%30
%21

Triadic Colors of #ca798d

#ca798d #8dca79 #798dca

Analogous Colors of #ca798d

#ca798d #ca8e79 #ca79b6

Monochromatic Colors of #ca798d

#ca798d

Complementary Color

#ca798d #79cab6

#ca798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca798d Color CSS Codes

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

#ca798d Text Font Color

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

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


#ca798d Background Color

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

This div background color is #ca798d


#ca798d Border Color

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

This div border color is #ca798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca798d


Comments

No comments written yet.

Please login to write comment.