Color Hex Logo

#ca448e Color Hex

#CA448E
(202,68,142)
0 Favorites   0 Comments

Color spaces of #ca448e

RGB 20268142
HSL0.910.560.53
HSV327°66°79°
CMYK 0.000.660.30   0.21
XYZ31.306718.643827.5398
Yxy18.64380.40400.2406
Hunter Lab43.178553.8597-7.5910
CIE-Lab50.267859.6678-12.2275

#ca448e color RGB value is (202,68,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 10001110
Octal 312 104 216
Decimal 202 68 142
Hex CA 44 8E

RGB Percentages of Color #ca448e

%49.03
%16.50
%34.47

CMYK Percentages of Color #ca448e

%0
%66
%30
%21

Triadic Colors of #ca448e

#ca448e #8eca44 #448eca

Analogous Colors of #ca448e

#ca448e #ca444b #c344ca

Monochromatic Colors of #ca448e

#ca448e

Complementary Color

#ca448e #44ca80

#ca448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca448e Color CSS Codes

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

#ca448e Text Font Color

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

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


#ca448e Background Color

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

This div background color is #ca448e


#ca448e Border Color

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

This div border color is #ca448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca448e


Comments

No comments written yet.

Please login to write comment.