Color Hex Logo

#ca149d Color Hex

#CA149D
(202,20,157)
0 Favorites   0 Comments

Color spaces of #ca149d

RGB 20220157
HSL0.870.820.44
HSV315°90°79°
CMYK 0.000.900.22   0.21
XYZ30.693115.491233.2707
Yxy15.49120.38630.1950
Hunter Lab39.358970.3211-22.5676
CIE-Lab46.299874.5008-27.2958

#ca149d color RGB value is (202,20,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010100 10011101
Octal 312 24 235
Decimal 202 20 157
Hex CA 14 9D

RGB Percentages of Color #ca149d

%53.30
%5.28
%41.42

CMYK Percentages of Color #ca149d

%0
%90
%22
%21

Triadic Colors of #ca149d

#ca149d #9dca14 #149dca

Analogous Colors of #ca149d

#ca149d #ca1442 #9c14ca

Monochromatic Colors of #ca149d

#ca149d

Complementary Color

#ca149d #14ca41

#ca149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca149d Color CSS Codes

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

#ca149d Text Font Color

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

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


#ca149d Background Color

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

This div background color is #ca149d


#ca149d Border Color

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

This div border color is #ca149d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca149d


Comments

No comments written yet.

Please login to write comment.