Color Hex Logo

#ca448f Color Hex

#CA448F
(202,68,143)
0 Favorites   0 Comments

Color spaces of #ca448f

RGB 20268143
HSL0.910.560.53
HSV326°66°79°
CMYK 0.000.660.29   0.21
XYZ31.382218.674027.9370
Yxy18.67400.40240.2394
Hunter Lab43.213454.0057-8.0809
CIE-Lab50.303659.7911-12.7711

#ca448f color RGB value is (202,68,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 10001111
Octal 312 104 217
Decimal 202 68 143
Hex CA 44 8F

RGB Percentages of Color #ca448f

%48.91
%16.46
%34.62

CMYK Percentages of Color #ca448f

%0
%66
%29
%21

Triadic Colors of #ca448f

#ca448f #8fca44 #448fca

Analogous Colors of #ca448f

#ca448f #ca444c #c244ca

Monochromatic Colors of #ca448f

#ca448f

Complementary Color

#ca448f #44ca7f

#ca448f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca448f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca448f Color CSS Codes

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

#ca448f Text Font Color

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

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


#ca448f Background Color

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

This div background color is #ca448f


#ca448f Border Color

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

This div border color is #ca448f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca448f


Comments

No comments written yet.

Please login to write comment.