Color Hex Logo

#ca02db Color Hex

#CA02DB
(202,2,219)
0 Favorites   0 Comments

Color spaces of #ca02db

RGB 2022219
HSL0.820.980.43
HSV295°99°86°
CMYK 0.080.990.00   0.14
XYZ37.165017.714468.4782
Yxy17.71440.30130.1436
Hunter Lab42.088583.9644-67.0032
CIE-Lab49.147984.8147-59.0300

#ca02db color RGB value is (202,2,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000010 11011011
Octal 312 2 333
Decimal 202 2 219
Hex CA 2 DB

RGB Percentages of Color #ca02db

%47.75
%0.47
%51.77

CMYK Percentages of Color #ca02db

%8
%99
%0
%14

Triadic Colors of #ca02db

#ca02db #dbca02 #02dbca

Analogous Colors of #ca02db

#ca02db #db0280 #5d02db

Monochromatic Colors of #ca02db

#ca02db

Complementary Color

#ca02db #13db02

#ca02db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca02db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca02db Color CSS Codes

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

#ca02db Text Font Color

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

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


#ca02db Background Color

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

This div background color is #ca02db


#ca02db Border Color

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

This div border color is #ca02db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca02db


Comments

No comments written yet.

Please login to write comment.