Color Hex Logo

#ca7974 Color Hex

#CA7974
(202,121,116)
0 Favorites   0 Comments

Color spaces of #ca7974

RGB 202121116
HSL0.010.450.62
HSV43°79°
CMYK 0.000.400.43   0.21
XYZ34.346927.492320.0193
Yxy27.49230.41960.3359
Hunter Lab52.433125.170514.0659
CIE-Lab59.427331.021616.3210

#ca7974 color RGB value is (202,121,116).

#ca7974 hex color red value is 202, green value is 121 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ca7974 hue: 0.01 , saturation: 0.45 and the lightness value of ca7974 is 0.62.

The process color (four color CMYK) of #ca7974 color hex is 0.00, 0.40, 0.43, 0.21. Web safe color of #ca7974 is #cc6666. Color #ca7974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111001 01110100
Octal 312 171 164
Decimal 202 121 116
Hex CA 79 74

RGB Percentages of Color #ca7974

%46.01
%27.56
%26.42

CMYK Percentages of Color #ca7974

%0
%40
%43
%21

Triadic Colors of #ca7974

#ca7974 #74ca79 #7974ca

Analogous Colors of #ca7974

#ca7974 #caa474 #ca749a

Monochromatic Colors of #ca7974

#ca7974

Complementary Color

#ca7974 #74c5ca

#ca7974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7974 Color CSS Codes

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

#ca7974 Text Font Color

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

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


#ca7974 Background Color

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

This div background color is #ca7974


#ca7974 Border Color

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

This div border color is #ca7974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7974


Comments

No comments written yet.

Please login to write comment.