Color Hex Logo

#ca016c Color Hex

#CA016C
(202,1,108)
0 Favorites   0 Comments

Color spaces of #ca016c

RGB 2021108
HSL0.910.990.40
HSV328°100°79°
CMYK 0.001.000.47   0.21
XYZ27.074713.661015.3972
Yxy13.66100.48230.2434
Hunter Lab36.960866.07431.1734
CIE-Lab43.742871.4747-1.1927

#ca016c color RGB value is (202,1,108).

#ca016c hex color red value is 202, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ca016c hue: 0.91 , saturation: 0.99 and the lightness value of ca016c is 0.40.

The process color (four color CMYK) of #ca016c color hex is 0.00, 1.00, 0.47, 0.21. Web safe color of #ca016c is #cc0066. Color #ca016c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 01101100
Octal 312 1 154
Decimal 202 1 108
Hex CA 1 6C

RGB Percentages of Color #ca016c

%64.95
%0.32
%34.73

CMYK Percentages of Color #ca016c

%0
%100
%47
%21

Triadic Colors of #ca016c

#ca016c #6cca01 #016cca

Analogous Colors of #ca016c

#ca016c #ca0108 #c401ca

Monochromatic Colors of #ca016c

#ca016c

Complementary Color

#ca016c #01ca5f

#ca016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca016c Color CSS Codes

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

#ca016c Text Font Color

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

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


#ca016c Background Color

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

This div background color is #ca016c


#ca016c Border Color

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

This div border color is #ca016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca016c


Comments

No comments written yet.

Please login to write comment.