Color Hex Logo

#ca537d Color Hex

#CA537D
(202,83,125)
0 Favorites   0 Comments

Color spaces of #ca537d

RGB 20283125
HSL0.940.530.56
HSV339°59°79°
CMYK 0.000.590.38   0.21
XYZ31.152020.223721.6637
Yxy20.22370.42650.2769
Hunter Lab44.970844.95112.9179
CIE-Lab52.089251.24750.6369

#ca537d color RGB value is (202,83,125).

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

The process color (four color CMYK) of #ca537d color hex is 0.00, 0.59, 0.38, 0.21. Web safe color of #ca537d is #cc6666. Color #ca537d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 01111101
Octal 312 123 175
Decimal 202 83 125
Hex CA 53 7D

RGB Percentages of Color #ca537d

%49.27
%20.24
%30.49

CMYK Percentages of Color #ca537d

%0
%59
%38
%21

Triadic Colors of #ca537d

#ca537d #7dca53 #537dca

Analogous Colors of #ca537d

#ca537d #ca6553 #ca53b9

Monochromatic Colors of #ca537d

#ca537d

Complementary Color

#ca537d #53caa0

#ca537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca537d Color CSS Codes

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

#ca537d Text Font Color

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

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


#ca537d Background Color

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

This div background color is #ca537d


#ca537d Border Color

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

This div border color is #ca537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca537d


Comments

No comments written yet.

Please login to write comment.