Color Hex Logo

#ca749a Color Hex

#CA749A
(202,116,154)
0 Favorites   0 Comments

Color spaces of #ca749a

RGB 202116154
HSL0.930.450.62
HSV333°43°79°
CMYK 0.000.430.24   0.21
XYZ36.435227.380433.9365
Yxy27.38040.37270.2801
Hunter Lab52.326332.7199-1.8245
CIE-Lab59.324838.5396-5.7315

#ca749a color RGB value is (202,116,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 10011010
Octal 312 164 232
Decimal 202 116 154
Hex CA 74 9A

RGB Percentages of Color #ca749a

%42.80
%24.58
%32.63

CMYK Percentages of Color #ca749a

%0
%43
%24
%21

Triadic Colors of #ca749a

#ca749a #9aca74 #749aca

Analogous Colors of #ca749a

#ca749a #ca7974 #ca74c5

Monochromatic Colors of #ca749a

#ca749a

Complementary Color

#ca749a #74caa4

#ca749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca749a Color CSS Codes

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

#ca749a Text Font Color

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

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


#ca749a Background Color

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

This div background color is #ca749a


#ca749a Border Color

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

This div border color is #ca749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca749a


Comments

No comments written yet.

Please login to write comment.