Color Hex Logo

#ca298e Color Hex

#CA298E
(202,41,142)
0 Favorites   0 Comments

Color spaces of #ca298e

RGB 20241142
HSL0.900.660.48
HSV322°80°79°
CMYK 0.000.800.30   0.21
XYZ30.032516.095427.1150
Yxy16.09540.41000.2198
Hunter Lab40.119163.4139-11.9886
CIE-Lab47.099468.5752-17.0367

#ca298e color RGB value is (202,41,142).

#ca298e hex color red value is 202, green value is 41 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ca298e hue: 0.90 , saturation: 0.66 and the lightness value of ca298e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 10001110
Octal 312 51 216
Decimal 202 41 142
Hex CA 29 8E

RGB Percentages of Color #ca298e

%52.47
%10.65
%36.88

CMYK Percentages of Color #ca298e

%0
%80
%30
%21

Triadic Colors of #ca298e

#ca298e #8eca29 #298eca

Analogous Colors of #ca298e

#ca298e #ca293e #b629ca

Monochromatic Colors of #ca298e

#ca298e

Complementary Color

#ca298e #29ca65

#ca298e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca298e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca298e Color CSS Codes

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

#ca298e Text Font Color

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

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


#ca298e Background Color

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

This div background color is #ca298e


#ca298e Border Color

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

This div border color is #ca298e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca298e


Comments

No comments written yet.

Please login to write comment.