Color Hex Logo

#ca189a Color Hex

#CA189A
(202,24,154)
0 Favorites   0 Comments

Color spaces of #ca189a

RGB 20224154
HSL0.880.790.44
HSV316°88°79°
CMYK 0.000.880.24   0.21
XYZ30.516515.542931.9635
Yxy15.54290.39110.1992
Hunter Lab39.424569.1750-20.4724
CIE-Lab46.369073.5432-25.3886

#ca189a color RGB value is (202,24,154).

#ca189a hex color red value is 202, green value is 24 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ca189a hue: 0.88 , saturation: 0.79 and the lightness value of ca189a is 0.44.

The process color (four color CMYK) of #ca189a color hex is 0.00, 0.88, 0.24, 0.21. Web safe color of #ca189a is #cc0099. Color #ca189a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011000 10011010
Octal 312 30 232
Decimal 202 24 154
Hex CA 18 9A

RGB Percentages of Color #ca189a

%53.16
%6.32
%40.53

CMYK Percentages of Color #ca189a

%0
%88
%24
%21

Triadic Colors of #ca189a

#ca189a #9aca18 #189aca

Analogous Colors of #ca189a

#ca189a #ca1841 #a118ca

Monochromatic Colors of #ca189a

#ca189a

Complementary Color

#ca189a #18ca48

#ca189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca189a Color CSS Codes

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

#ca189a Text Font Color

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

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


#ca189a Background Color

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

This div background color is #ca189a


#ca189a Border Color

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

This div border color is #ca189a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca189a


Comments

No comments written yet.

Please login to write comment.