Color Hex Logo

#ca148a Color Hex

#CA148A
(202,20,138)
0 Favorites   0 Comments

Color spaces of #ca148a

RGB 20220138
HSL0.890.820.44
HSV321°90°79°
CMYK 0.000.900.32   0.21
XYZ29.194714.891825.3804
Yxy14.89180.42030.2144
Hunter Lab38.589967.5096-11.9818
CIE-Lab45.485672.3343-17.0765

#ca148a color RGB value is (202,20,138).

#ca148a hex color red value is 202, green value is 20 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ca148a hue: 0.89 , saturation: 0.82 and the lightness value of ca148a is 0.44.

The process color (four color CMYK) of #ca148a color hex is 0.00, 0.90, 0.32, 0.21. Web safe color of #ca148a is #cc0099. Color #ca148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010100 10001010
Octal 312 24 212
Decimal 202 20 138
Hex CA 14 8A

RGB Percentages of Color #ca148a

%56.11
%5.56
%38.33

CMYK Percentages of Color #ca148a

%0
%90
%32
%21

Triadic Colors of #ca148a

#ca148a #8aca14 #148aca

Analogous Colors of #ca148a

#ca148a #ca142f #af14ca

Monochromatic Colors of #ca148a

#ca148a

Complementary Color

#ca148a #14ca54

#ca148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca148a Color CSS Codes

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

#ca148a Text Font Color

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

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


#ca148a Background Color

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

This div background color is #ca148a


#ca148a Border Color

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

This div border color is #ca148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca148a


Comments

No comments written yet.

Please login to write comment.