Color Hex Logo

#ca187c Color Hex

#CA187C
(202,24,124)
0 Favorites   0 Comments

Color spaces of #ca187c

RGB 20224124
HSL0.910.790.44
HSV326°88°79°
CMYK 0.000.880.39   0.21
XYZ28.321814.665120.4067
Yxy14.66510.44680.2313
Hunter Lab38.295064.9966-4.7880
CIE-Lab45.172070.2897-8.9858

#ca187c color RGB value is (202,24,124).

#ca187c hex color red value is 202, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ca187c hue: 0.91 , saturation: 0.79 and the lightness value of ca187c is 0.44.

The process color (four color CMYK) of #ca187c color hex is 0.00, 0.88, 0.39, 0.21. Web safe color of #ca187c is #cc0066. Color #ca187c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011000 01111100
Octal 312 30 174
Decimal 202 24 124
Hex CA 18 7C

RGB Percentages of Color #ca187c

%57.71
%6.86
%35.43

CMYK Percentages of Color #ca187c

%0
%88
%39
%21

Triadic Colors of #ca187c

#ca187c #7cca18 #187cca

Analogous Colors of #ca187c

#ca187c #ca1823 #bf18ca

Monochromatic Colors of #ca187c

#ca187c

Complementary Color

#ca187c #18ca66

#ca187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca187c Color CSS Codes

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

#ca187c Text Font Color

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

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


#ca187c Background Color

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

This div background color is #ca187c


#ca187c Border Color

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

This div border color is #ca187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca187c

#ca187c Color Palettes


Comments

No comments written yet.

Please login to write comment.