Color Hex Logo

#ca598f Color Hex

#CA598F
(202,89,143)
0 Favorites   0 Comments

Color spaces of #ca598f

RGB 20289143
HSL0.920.520.57
HSV331°56°79°
CMYK 0.000.560.29   0.21
XYZ32.887421.684528.4388
Yxy21.68450.39620.2612
Hunter Lab46.566644.5730-3.6125
CIE-Lab53.690650.6308-7.6877

#ca598f color RGB value is (202,89,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 10001111
Octal 312 131 217
Decimal 202 89 143
Hex CA 59 8F

RGB Percentages of Color #ca598f

%46.54
%20.51
%32.95

CMYK Percentages of Color #ca598f

%0
%56
%29
%21

Triadic Colors of #ca598f

#ca598f #8fca59 #598fca

Analogous Colors of #ca598f

#ca598f #ca5b59 #ca59c8

Monochromatic Colors of #ca598f

#ca598f

Complementary Color

#ca598f #59ca94

#ca598f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca598f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca598f Color CSS Codes

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

#ca598f Text Font Color

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

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


#ca598f Background Color

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

This div background color is #ca598f


#ca598f Border Color

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

This div border color is #ca598f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca598f


Comments

No comments written yet.

Please login to write comment.