Color Hex Logo

#ca538f Color Hex

#CA538F
(202,83,143)
0 Favorites   0 Comments

Color spaces of #ca538f

RGB 20283143
HSL0.920.530.56
HSV330°59°79°
CMYK 0.000.590.29   0.21
XYZ32.408320.726228.2791
Yxy20.72620.39810.2546
Hunter Lab45.526047.3970-4.9605
CIE-Lab52.648553.4098-9.2447

#ca538f color RGB value is (202,83,143).

#ca538f hex color red value is 202, green value is 83 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ca538f hue: 0.92 , saturation: 0.53 and the lightness value of ca538f is 0.56.

The process color (four color CMYK) of #ca538f color hex is 0.00, 0.59, 0.29, 0.21. Web safe color of #ca538f is #cc6699. Color #ca538f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 10001111
Octal 312 123 217
Decimal 202 83 143
Hex CA 53 8F

RGB Percentages of Color #ca538f

%47.20
%19.39
%33.41

CMYK Percentages of Color #ca538f

%0
%59
%29
%21

Triadic Colors of #ca538f

#ca538f #8fca53 #538fca

Analogous Colors of #ca538f

#ca538f #ca5353 #ca53ca

Monochromatic Colors of #ca538f

#ca538f

Complementary Color

#ca538f #53ca8e

#ca538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca538f Color CSS Codes

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

#ca538f Text Font Color

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

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


#ca538f Background Color

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

This div background color is #ca538f


#ca538f Border Color

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

This div border color is #ca538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca538f


Comments

No comments written yet.

Please login to write comment.