Color Hex Logo

#ca25ac Color Hex

#CA25AC
(202,37,172)
0 Favorites   0 Comments

Color spaces of #ca25ac

RGB 20237172
HSL0.860.690.47
HSV311°82°79°
CMYK 0.000.820.15   0.21
XYZ32.465116.858240.5726
Yxy16.85820.36110.1875
Hunter Lab41.058769.2870-29.8469
CIE-Lab48.080973.3019-33.4357

#ca25ac color RGB value is (202,37,172).

#ca25ac hex color red value is 202, green value is 37 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ca25ac hue: 0.86 , saturation: 0.69 and the lightness value of ca25ac is 0.47.

The process color (four color CMYK) of #ca25ac color hex is 0.00, 0.82, 0.15, 0.21. Web safe color of #ca25ac is #cc3399. Color #ca25ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100101 10101100
Octal 312 45 254
Decimal 202 37 172
Hex CA 25 AC

RGB Percentages of Color #ca25ac

%49.15
%9.00
%41.85

CMYK Percentages of Color #ca25ac

%0
%82
%15
%21

Triadic Colors of #ca25ac

#ca25ac #acca25 #25acca

Analogous Colors of #ca25ac

#ca25ac #ca255a #9625ca

Monochromatic Colors of #ca25ac

#ca25ac

Complementary Color

#ca25ac #25ca43

#ca25ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca25ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca25ac Color CSS Codes

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

#ca25ac Text Font Color

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

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


#ca25ac Background Color

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

This div background color is #ca25ac


#ca25ac Border Color

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

This div border color is #ca25ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca25ac


Comments

No comments written yet.

Please login to write comment.