Color Hex Logo

#ca747b Color Hex

#CA747B
(202,116,123)
0 Favorites   0 Comments

Color spaces of #ca747b

RGB 202116123
HSL0.990.450.62
HSV355°43°79°
CMYK 0.000.430.39   0.21
XYZ34.177726.477422.0482
Yxy26.47740.41330.3201
Hunter Lab51.456228.513110.6145
CIE-Lab58.487434.486810.9817

#ca747b color RGB value is (202,116,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 01111011
Octal 312 164 173
Decimal 202 116 123
Hex CA 74 7B

RGB Percentages of Color #ca747b

%45.80
%26.30
%27.89

CMYK Percentages of Color #ca747b

%0
%43
%39
%21

Triadic Colors of #ca747b

#ca747b #7bca74 #747bca

Analogous Colors of #ca747b

#ca747b #ca9874 #ca74a6

Monochromatic Colors of #ca747b

#ca747b

Complementary Color

#ca747b #74cac3

#ca747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca747b Color CSS Codes

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

#ca747b Text Font Color

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

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


#ca747b Background Color

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

This div background color is #ca747b


#ca747b Border Color

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

This div border color is #ca747b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca747b


Comments

No comments written yet.

Please login to write comment.