Color Hex Logo

#ca738d Color Hex

#CA738D
(202,115,141)
0 Favorites   0 Comments

Color spaces of #ca738d

RGB 202115141
HSL0.950.450.62
HSV342°43°79°
CMYK 0.000.430.30   0.21
XYZ35.295626.741128.5006
Yxy26.74110.38980.2954
Hunter Lab51.711831.33853.5210
CIE-Lab58.733937.25940.9150

#ca738d color RGB value is (202,115,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110011 10001101
Octal 312 163 215
Decimal 202 115 141
Hex CA 73 8D

RGB Percentages of Color #ca738d

%44.10
%25.11
%30.79

CMYK Percentages of Color #ca738d

%0
%43
%30
%21

Triadic Colors of #ca738d

#ca738d #8dca73 #738dca

Analogous Colors of #ca738d

#ca738d #ca8573 #ca73b9

Monochromatic Colors of #ca738d

#ca738d

Complementary Color

#ca738d #73cab0

#ca738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca738d Color CSS Codes

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

#ca738d Text Font Color

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

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


#ca738d Background Color

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

This div background color is #ca738d


#ca738d Border Color

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

This div border color is #ca738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca738d


Comments

No comments written yet.

Please login to write comment.