Color Hex Logo

#ca757e Color Hex

#CA757E
(202,117,126)
0 Favorites   0 Comments

Color spaces of #ca757e

RGB 202117126
HSL0.980.450.63
HSV354°42°79°
CMYK 0.000.420.38   0.21
XYZ34.484326.785523.0913
Yxy26.78550.40880.3175
Hunter Lab51.754728.36439.7750
CIE-Lab58.775334.30639.6543

#ca757e color RGB value is (202,117,126).

#ca757e hex color red value is 202, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ca757e hue: 0.98 , saturation: 0.45 and the lightness value of ca757e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 01111110
Octal 312 165 176
Decimal 202 117 126
Hex CA 75 7E

RGB Percentages of Color #ca757e

%45.39
%26.29
%28.31

CMYK Percentages of Color #ca757e

%0
%42
%38
%21

Triadic Colors of #ca757e

#ca757e #7eca75 #757eca

Analogous Colors of #ca757e

#ca757e #ca9775 #ca75a9

Monochromatic Colors of #ca757e

#ca757e

Complementary Color

#ca757e #75cac1

#ca757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca757e Color CSS Codes

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

#ca757e Text Font Color

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

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


#ca757e Background Color

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

This div background color is #ca757e


#ca757e Border Color

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

This div border color is #ca757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca757e


Comments

No comments written yet.

Please login to write comment.