Color Hex Logo

#ca359a Color Hex

#CA359A
(202,53,154)
0 Favorites   0 Comments

Color spaces of #ca359a

RGB 20253154
HSL0.890.580.50
HSV319°74°79°
CMYK 0.000.740.24   0.21
XYZ31.463017.435932.2790
Yxy17.43590.38760.2148
Hunter Lab41.756361.4246-16.6037
CIE-Lab48.804666.5484-21.6251

#ca359a color RGB value is (202,53,154).

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

The process color (four color CMYK) of #ca359a color hex is 0.00, 0.74, 0.24, 0.21. Web safe color of #ca359a is #cc3399. Color #ca359a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110101 10011010
Octal 312 65 232
Decimal 202 53 154
Hex CA 35 9A

RGB Percentages of Color #ca359a

%49.39
%12.96
%37.65

CMYK Percentages of Color #ca359a

%0
%74
%24
%21

Triadic Colors of #ca359a

#ca359a #9aca35 #359aca

Analogous Colors of #ca359a

#ca359a #ca354f #b035ca

Monochromatic Colors of #ca359a

#ca359a

Complementary Color

#ca359a #35ca65

#ca359a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca359a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca359a Color CSS Codes

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

#ca359a Text Font Color

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

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


#ca359a Background Color

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

This div background color is #ca359a


#ca359a Border Color

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

This div border color is #ca359a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca359a


Comments

No comments written yet.

Please login to write comment.