Color Hex Logo

#ca759f Color Hex

#CA759F
(202,117,159)
0 Favorites   0 Comments

Color spaces of #ca759f

RGB 202117159
HSL0.920.450.63
HSV330°42°79°
CMYK 0.000.420.21   0.21
XYZ36.976427.782336.2145
Yxy27.78230.36620.2751
Hunter Lab52.708932.9808-3.8399
CIE-Lab59.691538.7483-8.0678

#ca759f color RGB value is (202,117,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 10011111
Octal 312 165 237
Decimal 202 117 159
Hex CA 75 9F

RGB Percentages of Color #ca759f

%42.26
%24.48
%33.26

CMYK Percentages of Color #ca759f

%0
%42
%21
%21

Triadic Colors of #ca759f

#ca759f #9fca75 #759fca

Analogous Colors of #ca759f

#ca759f #ca7675 #ca75ca

Monochromatic Colors of #ca759f

#ca759f

Complementary Color

#ca759f #75caa0

#ca759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca759f Color CSS Codes

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

#ca759f Text Font Color

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

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


#ca759f Background Color

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

This div background color is #ca759f


#ca759f Border Color

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

This div border color is #ca759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca759f


Comments

No comments written yet.

Please login to write comment.