Color Hex Logo

#ca317c Color Hex

#CA317C
(202,49,124)
0 Favorites   0 Comments

Color spaces of #ca317c

RGB 20249124
HSL0.920.610.49
HSV331°76°79°
CMYK 0.000.760.39   0.21
XYZ29.093516.208420.6639
Yxy16.20840.44100.2457
Hunter Lab40.259758.5380-2.2498
CIE-Lab47.246764.3532-5.8876

#ca317c color RGB value is (202,49,124).

#ca317c hex color red value is 202, green value is 49 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ca317c hue: 0.92 , saturation: 0.61 and the lightness value of ca317c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 01111100
Octal 312 61 174
Decimal 202 49 124
Hex CA 31 7C

RGB Percentages of Color #ca317c

%53.87
%13.07
%33.07

CMYK Percentages of Color #ca317c

%0
%76
%39
%21

Triadic Colors of #ca317c

#ca317c #7cca31 #317cca

Analogous Colors of #ca317c

#ca317c #ca3331 #ca31c9

Monochromatic Colors of #ca317c

#ca317c

Complementary Color

#ca317c #31ca7f

#ca317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca317c Color CSS Codes

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

#ca317c Text Font Color

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

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


#ca317c Background Color

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

This div background color is #ca317c


#ca317c Border Color

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

This div border color is #ca317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca317c


Comments

No comments written yet.

Please login to write comment.