Color Hex Logo

#ca428e Color Hex

#CA428E
(202,66,142)
0 Favorites   0 Comments

Color spaces of #ca428e

RGB 20266142
HSL0.910.560.53
HSV326°67°79°
CMYK 0.000.670.30   0.21
XYZ31.187818.406027.5001
Yxy18.40600.40450.2387
Hunter Lab42.902254.6818-7.9730
CIE-Lab49.984960.4498-12.6546

#ca428e color RGB value is (202,66,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 10001110
Octal 312 102 216
Decimal 202 66 142
Hex CA 42 8E

RGB Percentages of Color #ca428e

%49.27
%16.10
%34.63

CMYK Percentages of Color #ca428e

%0
%67
%30
%21

Triadic Colors of #ca428e

#ca428e #8eca42 #428eca

Analogous Colors of #ca428e

#ca428e #ca424a #c242ca

Monochromatic Colors of #ca428e

#ca428e

Complementary Color

#ca428e #42ca7e

#ca428e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca428e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca428e Color CSS Codes

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

#ca428e Text Font Color

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

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


#ca428e Background Color

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

This div background color is #ca428e


#ca428e Border Color

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

This div border color is #ca428e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca428e


Comments

No comments written yet.

Please login to write comment.