Color Hex Logo

#ca428f Color Hex

#CA428F
(202,66,143)
0 Favorites   0 Comments

Color spaces of #ca428f

RGB 20266143
HSL0.910.560.53
HSV326°67°79°
CMYK 0.000.670.29   0.21
XYZ31.263318.436227.8974
Yxy18.43620.40290.2376
Hunter Lab42.937454.8278-8.4659
CIE-Lab50.021060.5724-13.1983

#ca428f color RGB value is (202,66,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 10001111
Octal 312 102 217
Decimal 202 66 143
Hex CA 42 8F

RGB Percentages of Color #ca428f

%49.15
%16.06
%34.79

CMYK Percentages of Color #ca428f

%0
%67
%29
%21

Triadic Colors of #ca428f

#ca428f #8fca42 #428fca

Analogous Colors of #ca428f

#ca428f #ca424b #c142ca

Monochromatic Colors of #ca428f

#ca428f

Complementary Color

#ca428f #42ca7d

#ca428f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca428f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca428f Color CSS Codes

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

#ca428f Text Font Color

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

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


#ca428f Background Color

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

This div background color is #ca428f


#ca428f Border Color

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

This div border color is #ca428f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca428f


Comments

No comments written yet.

Please login to write comment.