Color Hex Logo

#ca247c Color Hex

#CA247C
(202,36,124)
0 Favorites   0 Comments

Color spaces of #ca247c

RGB 20236124
HSL0.910.700.47
HSV328°82°79°
CMYK 0.000.820.39   0.21
XYZ28.626115.273520.5081
Yxy15.27350.44450.2371
Hunter Lab39.081362.3545-3.7558
CIE-Lab46.006567.8846-7.7363

#ca247c color RGB value is (202,36,124).

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

The process color (four color CMYK) of #ca247c color hex is 0.00, 0.82, 0.39, 0.21. Web safe color of #ca247c is #cc3366. Color #ca247c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100100 01111100
Octal 312 44 174
Decimal 202 36 124
Hex CA 24 7C

RGB Percentages of Color #ca247c

%55.80
%9.94
%34.25

CMYK Percentages of Color #ca247c

%0
%82
%39
%21

Triadic Colors of #ca247c

#ca247c #7cca24 #247cca

Analogous Colors of #ca247c

#ca247c #ca2429 #c524ca

Monochromatic Colors of #ca247c

#ca247c

Complementary Color

#ca247c #24ca72

#ca247c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca247c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca247c Color CSS Codes

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

#ca247c Text Font Color

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

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


#ca247c Background Color

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

This div background color is #ca247c


#ca247c Border Color

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

This div border color is #ca247c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca247c


Comments

No comments written yet.

Please login to write comment.