Color Hex Logo

#ca428a Color Hex

#CA428A
(202,66,138)
0 Favorites   0 Comments

Color spaces of #ca428a

RGB 20266138
HSL0.910.560.53
HSV328°67°79°
CMYK 0.000.670.32   0.21
XYZ30.892818.288025.9465
Yxy18.28800.41120.2434
Hunter Lab42.764554.1095-6.0379
CIE-Lab49.843659.9681-10.4712

#ca428a color RGB value is (202,66,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 10001010
Octal 312 102 212
Decimal 202 66 138
Hex CA 42 8A

RGB Percentages of Color #ca428a

%49.75
%16.26
%33.99

CMYK Percentages of Color #ca428a

%0
%67
%32
%21

Triadic Colors of #ca428a

#ca428a #8aca42 #428aca

Analogous Colors of #ca428a

#ca428a #ca4246 #c642ca

Monochromatic Colors of #ca428a

#ca428a

Complementary Color

#ca428a #42ca82

#ca428a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca428a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca428a Color CSS Codes

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

#ca428a Text Font Color

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

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


#ca428a Background Color

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

This div background color is #ca428a


#ca428a Border Color

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

This div border color is #ca428a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca428a


Comments

No comments written yet.

Please login to write comment.