Color Hex Logo

#ca736c Color Hex

#CA736C
(202,115,108)
0 Favorites   0 Comments

Color spaces of #ca736c

RGB 202115108
HSL0.010.470.61
HSV47°79°
CMYK 0.000.430.47   0.21
XYZ33.194625.900717.4372
Yxy25.90070.43370.3384
Hunter Lab50.892727.363715.3106
CIE-Lab57.942733.392618.8776

#ca736c color RGB value is (202,115,108).

#ca736c hex color red value is 202, green value is 115 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ca736c hue: 0.01 , saturation: 0.47 and the lightness value of ca736c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110011 01101100
Octal 312 163 154
Decimal 202 115 108
Hex CA 73 6C

RGB Percentages of Color #ca736c

%47.53
%27.06
%25.41

CMYK Percentages of Color #ca736c

%0
%43
%47
%21

Triadic Colors of #ca736c

#ca736c #6cca73 #736cca

Analogous Colors of #ca736c

#ca736c #caa26c #ca6c94

Monochromatic Colors of #ca736c

#ca736c

Complementary Color

#ca736c #6cc3ca

#ca736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca736c Color CSS Codes

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

#ca736c Text Font Color

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

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


#ca736c Background Color

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

This div background color is #ca736c


#ca736c Border Color

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

This div border color is #ca736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca736c


Comments

No comments written yet.

Please login to write comment.