Color Hex Logo

#ca04db Color Hex

#CA04DB
(202,4,219)
0 Favorites   0 Comments

Color spaces of #ca04db

RGB 2024219
HSL0.820.960.44
HSV295°98°86°
CMYK 0.080.980.00   0.14
XYZ37.186717.757968.4855
Yxy17.75790.30130.1439
Hunter Lab42.140183.7727-66.8591
CIE-Lab49.201184.6562-58.9443

#ca04db color RGB value is (202,4,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000100 11011011
Octal 312 4 333
Decimal 202 4 219
Hex CA 4 DB

RGB Percentages of Color #ca04db

%47.53
%0.94
%51.53

CMYK Percentages of Color #ca04db

%8
%98
%0
%14

Triadic Colors of #ca04db

#ca04db #dbca04 #04dbca

Analogous Colors of #ca04db

#ca04db #db0481 #5e04db

Monochromatic Colors of #ca04db

#ca04db

Complementary Color

#ca04db #15db04

#ca04db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca04db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca04db Color CSS Codes

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

#ca04db Text Font Color

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

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


#ca04db Background Color

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

This div background color is #ca04db


#ca04db Border Color

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

This div border color is #ca04db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca04db


Comments

No comments written yet.

Please login to write comment.