Color Hex Logo

#ca747e Color Hex

#CA747E
(202,116,126)
0 Favorites   0 Comments

Color spaces of #ca747e

RGB 202116126
HSL0.980.450.62
HSV353°43°79°
CMYK 0.000.430.38   0.21
XYZ34.368426.553723.0526
Yxy26.55370.40930.3162
Hunter Lab51.530328.87359.5472
CIE-Lab58.558934.83879.3480

#ca747e color RGB value is (202,116,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 01111110
Octal 312 164 176
Decimal 202 116 126
Hex CA 74 7E

RGB Percentages of Color #ca747e

%45.50
%26.13
%28.38

CMYK Percentages of Color #ca747e

%0
%43
%38
%21

Triadic Colors of #ca747e

#ca747e #7eca74 #747eca

Analogous Colors of #ca747e

#ca747e #ca9574 #ca74a9

Monochromatic Colors of #ca747e

#ca747e

Complementary Color

#ca747e #74cac0

#ca747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca747e Color CSS Codes

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

#ca747e Text Font Color

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

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


#ca747e Background Color

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

This div background color is #ca747e


#ca747e Border Color

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

This div border color is #ca747e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca747e


Comments

No comments written yet.

Please login to write comment.