Color Hex Logo

#ca495a Color Hex

#CA495A
(202,73,90)
0 Favorites   0 Comments

Color spaces of #ca495a

RGB 2027390
HSL0.980.550.54
HSV352°64°79°
CMYK 0.000.640.55   0.21
XYZ28.585118.059811.6522
Yxy18.05980.49030.3098
Hunter Lab42.496845.697013.4911
CIE-Lab49.568652.371018.0954

#ca495a color RGB value is (202,73,90).

#ca495a hex color red value is 202, green value is 73 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ca495a hue: 0.98 , saturation: 0.55 and the lightness value of ca495a is 0.54.

The process color (four color CMYK) of #ca495a color hex is 0.00, 0.64, 0.55, 0.21. Web safe color of #ca495a is #cc3366. Color #ca495a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 01011010
Octal 312 111 132
Decimal 202 73 90
Hex CA 49 5A

RGB Percentages of Color #ca495a

%55.34
%20.00
%24.66

CMYK Percentages of Color #ca495a

%0
%64
%55
%21

Triadic Colors of #ca495a

#ca495a #5aca49 #495aca

Analogous Colors of #ca495a

#ca495a #ca7949 #ca499b

Monochromatic Colors of #ca495a

#ca495a

Complementary Color

#ca495a #49cab9

#ca495a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca495a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca495a Color CSS Codes

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

#ca495a Text Font Color

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

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


#ca495a Background Color

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

This div background color is #ca495a


#ca495a Border Color

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

This div border color is #ca495a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca495a


Comments

No comments written yet.

Please login to write comment.