Color Hex Logo

#ca498d Color Hex

#CA498D
(202,73,141)
0 Favorites   0 Comments

Color spaces of #ca498d

RGB 20273141
HSL0.910.550.54
HSV328°64°79°
CMYK 0.000.640.30   0.21
XYZ31.547419.244727.2512
Yxy19.24470.40420.2466
Hunter Lab43.868851.5945-6.1227
CIE-Lab50.972357.5142-10.5696

#ca498d color RGB value is (202,73,141).

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

The process color (four color CMYK) of #ca498d color hex is 0.00, 0.64, 0.30, 0.21. Web safe color of #ca498d is #cc3399. Color #ca498d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 10001101
Octal 312 111 215
Decimal 202 73 141
Hex CA 49 8D

RGB Percentages of Color #ca498d

%48.56
%17.55
%33.89

CMYK Percentages of Color #ca498d

%0
%64
%30
%21

Triadic Colors of #ca498d

#ca498d #8dca49 #498dca

Analogous Colors of #ca498d

#ca498d #ca494d #c749ca

Monochromatic Colors of #ca498d

#ca498d

Complementary Color

#ca498d #49ca86

#ca498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca498d Color CSS Codes

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

#ca498d Text Font Color

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

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


#ca498d Background Color

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

This div background color is #ca498d


#ca498d Border Color

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

This div border color is #ca498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca498d


Comments

No comments written yet.

Please login to write comment.