Color Hex Logo

#ca0dbd Color Hex

#CA0DBD
(202,13,189)
0 Favorites   0 Comments

Color spaces of #ca0dbd

RGB 20213189
HSL0.840.880.42
HSV304°94°79°
CMYK 0.000.940.06   0.21
XYZ33.686416.518549.5570
Yxy16.51850.33770.1656
Hunter Lab40.643076.8223-43.8437
CIE-Lab47.647579.4987-44.1061

#ca0dbd color RGB value is (202,13,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001101 10111101
Octal 312 15 275
Decimal 202 13 189
Hex CA D BD

RGB Percentages of Color #ca0dbd

%50.00
%3.22
%46.78

CMYK Percentages of Color #ca0dbd

%0
%94
%6
%21

Triadic Colors of #ca0dbd

#ca0dbd #bdca0d #0dbdca

Analogous Colors of #ca0dbd

#ca0dbd #ca0d5e #790dca

Monochromatic Colors of #ca0dbd

#ca0dbd

Complementary Color

#ca0dbd #0dca1a

#ca0dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0dbd Color CSS Codes

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

#ca0dbd Text Font Color

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

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


#ca0dbd Background Color

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

This div background color is #ca0dbd


#ca0dbd Border Color

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

This div border color is #ca0dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0dbd


Comments

No comments written yet.

Please login to write comment.