Color Hex Logo

#ca298d Color Hex

#CA298D
(202,41,141)
0 Favorites   0 Comments

Color spaces of #ca298d

RGB 20241141
HSL0.900.660.48
HSV323°80°79°
CMYK 0.000.800.30   0.21
XYZ29.957816.065526.7213
Yxy16.06550.41180.2208
Hunter Lab40.081863.2707-11.4696
CIE-Lab47.060368.4611-16.4921

#ca298d color RGB value is (202,41,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 10001101
Octal 312 51 215
Decimal 202 41 141
Hex CA 29 8D

RGB Percentages of Color #ca298d

%52.60
%10.68
%36.72

CMYK Percentages of Color #ca298d

%0
%80
%30
%21

Triadic Colors of #ca298d

#ca298d #8dca29 #298dca

Analogous Colors of #ca298d

#ca298d #ca293d #b729ca

Monochromatic Colors of #ca298d

#ca298d

Complementary Color

#ca298d #29ca66

#ca298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca298d Color CSS Codes

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

#ca298d Text Font Color

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

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


#ca298d Background Color

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

This div background color is #ca298d


#ca298d Border Color

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

This div border color is #ca298d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca298d


Comments

No comments written yet.

Please login to write comment.