Color Hex Logo

#ca59db Color Hex

#CA59DB
(202,89,219)
0 Favorites   0 Comments

Color spaces of #ca59db

RGB 20289219
HSL0.810.640.60
HSV292°59°86°
CMYK 0.080.590.00   0.14
XYZ40.715724.815869.6618
Yxy24.81580.30120.1836
Hunter Lab49.815558.7165-48.0401
CIE-Lab56.895562.7112-46.6536

#ca59db color RGB value is (202,89,219).

#ca59db hex color red value is 202, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ca59db hue: 0.81 , saturation: 0.64 and the lightness value of ca59db is 0.60.

The process color (four color CMYK) of #ca59db color hex is 0.08, 0.59, 0.00, 0.14. Web safe color of #ca59db is #cc66cc. Color #ca59db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 11011011
Octal 312 131 333
Decimal 202 89 219
Hex CA 59 DB

RGB Percentages of Color #ca59db

%39.61
%17.45
%42.94

CMYK Percentages of Color #ca59db

%8
%59
%0
%14

Triadic Colors of #ca59db

#ca59db #dbca59 #59dbca

Analogous Colors of #ca59db

#ca59db #db59ab #8959db

Monochromatic Colors of #ca59db

#ca59db

Complementary Color

#ca59db #6adb59

#ca59db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca59db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca59db Color CSS Codes

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

#ca59db Text Font Color

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

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


#ca59db Background Color

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

This div background color is #ca59db


#ca59db Border Color

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

This div border color is #ca59db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,89,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 #ca59db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca59db


Comments

No comments written yet.

Please login to write comment.