Color Hex Logo

#ca349e Color Hex

#CA349E
(202,52,158)
0 Favorites   0 Comments

Color spaces of #ca349e

RGB 20252158
HSL0.880.590.50
HSV318°74°79°
CMYK 0.000.740.22   0.21
XYZ31.756717.481234.0482
Yxy17.48120.38130.2099
Hunter Lab41.810562.4092-19.0152
CIE-Lab48.860767.3796-23.9217

#ca349e color RGB value is (202,52,158).

#ca349e hex color red value is 202, green value is 52 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ca349e hue: 0.88 , saturation: 0.59 and the lightness value of ca349e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110100 10011110
Octal 312 64 236
Decimal 202 52 158
Hex CA 34 9E

RGB Percentages of Color #ca349e

%49.03
%12.62
%38.35

CMYK Percentages of Color #ca349e

%0
%74
%22
%21

Triadic Colors of #ca349e

#ca349e #9eca34 #349eca

Analogous Colors of #ca349e

#ca349e #ca3453 #ab34ca

Monochromatic Colors of #ca349e

#ca349e

Complementary Color

#ca349e #34ca60

#ca349e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca349e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca349e Color CSS Codes

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

#ca349e Text Font Color

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

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


#ca349e Background Color

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

This div background color is #ca349e


#ca349e Border Color

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

This div border color is #ca349e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca349e


Comments

No comments written yet.

Please login to write comment.