Color Hex Logo

#ca327e Color Hex

#CA327E
(202,50,126)
0 Favorites   0 Comments

Color spaces of #ca327e

RGB 20250126
HSL0.920.600.49
HSV330°75°79°
CMYK 0.000.750.38   0.21
XYZ29.263616.344121.3510
Yxy16.34410.43700.2441
Hunter Lab40.427858.4581-3.0131
CIE-Lab47.422764.2500-6.8442

#ca327e color RGB value is (202,50,126).

#ca327e hex color red value is 202, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ca327e hue: 0.92 , saturation: 0.60 and the lightness value of ca327e is 0.49.

The process color (four color CMYK) of #ca327e color hex is 0.00, 0.75, 0.38, 0.21. Web safe color of #ca327e is #cc3366. Color #ca327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 01111110
Octal 312 62 176
Decimal 202 50 126
Hex CA 32 7E

RGB Percentages of Color #ca327e

%53.44
%13.23
%33.33

CMYK Percentages of Color #ca327e

%0
%75
%38
%21

Triadic Colors of #ca327e

#ca327e #7eca32 #327eca

Analogous Colors of #ca327e

#ca327e #ca3232 #ca32ca

Monochromatic Colors of #ca327e

#ca327e

Complementary Color

#ca327e #32ca7e

#ca327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca327e Color CSS Codes

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

#ca327e Text Font Color

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

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


#ca327e Background Color

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

This div background color is #ca327e


#ca327e Border Color

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

This div border color is #ca327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca327e


Comments

No comments written yet.

Please login to write comment.