Color Hex Logo

#ca4899 Color Hex

#CA4899
(202,72,153)
0 Favorites   0 Comments

Color spaces of #ca4899

RGB 20272153
HSL0.900.550.54
HSV323°64°79°
CMYK 0.000.640.24   0.21
XYZ32.424319.491232.1902
Yxy19.49120.38550.2317
Hunter Lab44.148853.8356-12.3259
CIE-Lab51.257059.4652-17.2745

#ca4899 color RGB value is (202,72,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001000 10011001
Octal 312 110 231
Decimal 202 72 153
Hex CA 48 99

RGB Percentages of Color #ca4899

%47.31
%16.86
%35.83

CMYK Percentages of Color #ca4899

%0
%64
%24
%21

Triadic Colors of #ca4899

#ca4899 #99ca48 #4899ca

Analogous Colors of #ca4899

#ca4899 #ca4858 #ba48ca

Monochromatic Colors of #ca4899

#ca4899

Complementary Color

#ca4899 #48ca79

#ca4899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4899 Color CSS Codes

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

#ca4899 Text Font Color

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

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


#ca4899 Background Color

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

This div background color is #ca4899


#ca4899 Border Color

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

This div border color is #ca4899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4899


Comments

No comments written yet.

Please login to write comment.