Color Hex Logo

#ca49c5 Color Hex

#CA49C5
(202,73,197)
0 Favorites   0 Comments

Color spaces of #ca49c5

RGB 20273197
HSL0.840.550.54
HSV302°64°79°
CMYK 0.000.640.02   0.21
XYZ36.817721.352955.0043
Yxy21.35290.32530.1887
Hunter Lab46.209261.3558-38.2284
CIE-Lab53.333665.6304-39.7446

#ca49c5 color RGB value is (202,73,197).

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

The process color (four color CMYK) of #ca49c5 color hex is 0.00, 0.64, 0.02, 0.21. Web safe color of #ca49c5 is #cc33cc. Color #ca49c5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001001 11000101
Octal 312 111 305
Decimal 202 73 197
Hex CA 49 C5

RGB Percentages of Color #ca49c5

%42.80
%15.47
%41.74

CMYK Percentages of Color #ca49c5

%0
%64
%2
%21

Triadic Colors of #ca49c5

#ca49c5 #c5ca49 #49c5ca

Analogous Colors of #ca49c5

#ca49c5 #ca4985 #8f49ca

Monochromatic Colors of #ca49c5

#ca49c5

Complementary Color

#ca49c5 #49ca4e

#ca49c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca49c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca49c5 Color CSS Codes

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

#ca49c5 Text Font Color

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

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


#ca49c5 Background Color

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

This div background color is #ca49c5


#ca49c5 Border Color

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

This div border color is #ca49c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca49c5


Comments

No comments written yet.

Please login to write comment.