color codes Logo

#ca488a color codes

#CA488A
(202,72,138)
0 Favorites   0 Comments

Color spaces of #ca488a

RGB 20272138
HSL0.920.550.54
HSV330°64°79°
CMYK 0.000.640.32   0.21
XYZ31.261919.026326.0695
Yxy19.02630.40940.2492
Hunter Lab43.619151.5977-4.9020
CIE-Lab50.718057.5629-9.1593

#ca488a color RGB value is (202,72,138).

#ca488a hex color red value is 202, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca488a hue: 0.92 , saturation: 0.55 and the lightness value of ca488a is 0.54.

The process color (four color CMYK) of #ca488a color code is 0.00, 0.64, 0.32, 0.21. Web safe color of #ca488a is #cc3399. Color #ca488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001000 10001010
Octal 312 110 212
Decimal 202 72 138
Hex CA 48 8A

RGB Percentages of Color #ca488a

%49.03
%17.48
%33.50

CMYK Percentages of Color #ca488a

%0
%64
%32
%21

Triadic Colors of #ca488a

#ca488a #8aca48 #488aca

Analogous Colors of #ca488a

#ca488a #ca4849 #c948ca

Monochromatic Colors of #ca488a

#ca488a

Complementary Color

#ca488a #48ca88

#ca488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca488a Color CSS Codes

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

#ca488a Text Font Color

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

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


#ca488a Background Color

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

This div background color is #ca488a


#ca488a Border Color

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

This div border color is #ca488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca488a


Comments

No comments written yet.

Please login to write comment.