Color Hex Logo

#ca588c Color Hex

#CA588C
(202,88,140)
0 Favorites   0 Comments

Color spaces of #ca588c

RGB 20288140
HSL0.920.520.57
HSV333°56°79°
CMYK 0.000.560.31   0.21
XYZ32.580521.429527.2301
Yxy21.42950.40100.2638
Hunter Lab46.292044.6180-2.4714
CIE-Lab53.416450.7176-6.3231

#ca588c color RGB value is (202,88,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 10001100
Octal 312 130 214
Decimal 202 88 140
Hex CA 58 8C

RGB Percentages of Color #ca588c

%46.98
%20.47
%32.56

CMYK Percentages of Color #ca588c

%0
%56
%31
%21

Triadic Colors of #ca588c

#ca588c #8cca58 #588cca

Analogous Colors of #ca588c

#ca588c #ca5d58 #ca58c5

Monochromatic Colors of #ca588c

#ca588c

Complementary Color

#ca588c #58ca96

#ca588c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca588c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca588c Color CSS Codes

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

#ca588c Text Font Color

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

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


#ca588c Background Color

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

This div background color is #ca588c


#ca588c Border Color

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

This div border color is #ca588c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca588c


Comments

No comments written yet.

Please login to write comment.