Color Hex Logo

#ca4599 Color Hex

#CA4599
(202,69,153)
0 Favorites   0 Comments

Color spaces of #ca4599

RGB 20269153
HSL0.890.560.53
HSV322°66°79°
CMYK 0.000.660.24   0.21
XYZ32.235019.112732.1271
Yxy19.11270.38620.2290
Hunter Lab43.718155.1082-12.9678
CIE-Lab50.818860.6728-17.9429

#ca4599 color RGB value is (202,69,153).

#ca4599 hex color red value is 202, green value is 69 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ca4599 hue: 0.89 , saturation: 0.56 and the lightness value of ca4599 is 0.53.

The process color (four color CMYK) of #ca4599 color hex is 0.00, 0.66, 0.24, 0.21. Web safe color of #ca4599 is #cc3399. Color #ca4599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000101 10011001
Octal 312 105 231
Decimal 202 69 153
Hex CA 45 99

RGB Percentages of Color #ca4599

%47.64
%16.27
%36.08

CMYK Percentages of Color #ca4599

%0
%66
%24
%21

Triadic Colors of #ca4599

#ca4599 #99ca45 #4599ca

Analogous Colors of #ca4599

#ca4599 #ca4556 #b945ca

Monochromatic Colors of #ca4599

#ca4599

Complementary Color

#ca4599 #45ca76

#ca4599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4599 Color CSS Codes

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

#ca4599 Text Font Color

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

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


#ca4599 Background Color

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

This div background color is #ca4599


#ca4599 Border Color

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

This div border color is #ca4599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4599


Comments

No comments written yet.

Please login to write comment.