Color Hex Logo

#ca0daa Color Hex

#CA0DAA
(202,13,170)
0 Favorites   0 Comments

Color spaces of #ca0daa

RGB 20213170
HSL0.860.880.42
HSV310°94°79°
CMYK 0.000.940.16   0.21
XYZ31.756715.746739.3959
Yxy15.74670.36540.1812
Hunter Lab39.682173.4058-31.0849
CIE-Lab46.640476.9500-34.5142

#ca0daa color RGB value is (202,13,170).

#ca0daa hex color red value is 202, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ca0daa hue: 0.86 , saturation: 0.88 and the lightness value of ca0daa is 0.42.

The process color (four color CMYK) of #ca0daa color hex is 0.00, 0.94, 0.16, 0.21. Web safe color of #ca0daa is #cc0099. Color #ca0daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001101 10101010
Octal 312 15 252
Decimal 202 13 170
Hex CA D AA

RGB Percentages of Color #ca0daa

%52.47
%3.38
%44.16

CMYK Percentages of Color #ca0daa

%0
%94
%16
%21

Triadic Colors of #ca0daa

#ca0daa #aaca0d #0daaca

Analogous Colors of #ca0daa

#ca0daa #ca0d4c #8c0dca

Monochromatic Colors of #ca0daa

#ca0daa

Complementary Color

#ca0daa #0dca2d

#ca0daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0daa Color CSS Codes

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

#ca0daa Text Font Color

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

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


#ca0daa Background Color

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

This div background color is #ca0daa


#ca0daa Border Color

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

This div border color is #ca0daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0daa


Comments

No comments written yet.

Please login to write comment.