Color Hex Logo

#ca0dca Color Hex

#CA0DCA
(202,13,202)
0 Favorites   0 Comments

Color spaces of #ca0dca

RGB 20213202
HSL0.830.880.42
HSV300°94°79°
CMYK 0.000.940.00   0.21
XYZ35.161717.108757.3262
Yxy17.10870.32080.1561
Hunter Lab41.362779.3552-53.2186
CIE-Lab48.396781.3613-50.4669

#ca0dca color RGB value is (202,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001101 11001010
Octal 312 15 312
Decimal 202 13 202
Hex CA D CA

RGB Percentages of Color #ca0dca

%48.44
%3.12
%48.44

CMYK Percentages of Color #ca0dca

%0
%94
%0
%21

Triadic Colors of #ca0dca

#ca0dca #caca0d #0dcaca

Analogous Colors of #ca0dca

#ca0dca #ca0d6c #6c0dca

Monochromatic Colors of #ca0dca

#ca0dca

Complementary Color

#ca0dca #0dca0d

#ca0dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0dca Color CSS Codes

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

#ca0dca Text Font Color

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

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


#ca0dca Background Color

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

This div background color is #ca0dca


#ca0dca Border Color

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

This div border color is #ca0dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0dca


Comments

No comments written yet.

Please login to write comment.