Color Hex Logo

#ca0edb Color Hex

#CA0EDB
(202,14,219)
0 Favorites   0 Comments

Color spaces of #ca0edb

RGB 20214219
HSL0.820.880.46
HSV295°94°86°
CMYK 0.080.940.00   0.14
XYZ37.300317.985168.5234
Yxy17.98510.30130.1453
Hunter Lab42.408882.7825-66.1135
CIE-Lab49.478083.8347-58.4985

#ca0edb color RGB value is (202,14,219).

#ca0edb hex color red value is 202, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca0edb hue: 0.82 , saturation: 0.88 and the lightness value of ca0edb is 0.46.

The process color (four color CMYK) of #ca0edb color hex is 0.08, 0.94, 0.00, 0.14. Web safe color of #ca0edb is #cc00cc. Color #ca0edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001110 11011011
Octal 312 16 333
Decimal 202 14 219
Hex CA E DB

RGB Percentages of Color #ca0edb

%46.44
%3.22
%50.34

CMYK Percentages of Color #ca0edb

%8
%94
%0
%14

Triadic Colors of #ca0edb

#ca0edb #dbca0e #0edbca

Analogous Colors of #ca0edb

#ca0edb #db0e86 #640edb

Monochromatic Colors of #ca0edb

#ca0edb

Complementary Color

#ca0edb #1fdb0e

#ca0edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0edb Color CSS Codes

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

#ca0edb Text Font Color

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

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


#ca0edb Background Color

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

This div background color is #ca0edb


#ca0edb Border Color

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

This div border color is #ca0edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0edb


Comments

No comments written yet.

Please login to write comment.