Color Hex Logo

#ca357e Color Hex

#CA357E
(202,53,126)
0 Favorites   0 Comments

Color spaces of #ca357e

RGB 20253126
HSL0.920.580.50
HSV331°74°79°
CMYK 0.000.740.38   0.21
XYZ29.396116.609121.3952
Yxy16.60910.43610.2464
Hunter Lab40.754357.4323-2.5981
CIE-Lab47.763763.2892-6.3365

#ca357e color RGB value is (202,53,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110101 01111110
Octal 312 65 176
Decimal 202 53 126
Hex CA 35 7E

RGB Percentages of Color #ca357e

%53.02
%13.91
%33.07

CMYK Percentages of Color #ca357e

%0
%74
%38
%21

Triadic Colors of #ca357e

#ca357e #7eca35 #357eca

Analogous Colors of #ca357e

#ca357e #ca3735 #ca35c9

Monochromatic Colors of #ca357e

#ca357e

Complementary Color

#ca357e #35ca81

#ca357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca357e Color CSS Codes

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

#ca357e Text Font Color

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

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


#ca357e Background Color

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

This div background color is #ca357e


#ca357e Border Color

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

This div border color is #ca357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca357e


Comments

No comments written yet.

Please login to write comment.