Color Hex Logo

#ca20db Color Hex

#CA20DB
(202,32,219)
0 Favorites   0 Comments

Color spaces of #ca20db

RGB 20232219
HSL0.820.750.49
HSV295°85°86°
CMYK 0.080.850.00   0.14
XYZ37.659818.704168.6432
Yxy18.70410.30130.1496
Hunter Lab43.248279.7502-63.8308
CIE-Lab50.339281.2951-57.1135

#ca20db color RGB value is (202,32,219).

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

The process color (four color CMYK) of #ca20db color hex is 0.08, 0.85, 0.00, 0.14. Web safe color of #ca20db is #cc33cc. Color #ca20db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100000 11011011
Octal 312 40 333
Decimal 202 32 219
Hex CA 20 DB

RGB Percentages of Color #ca20db

%44.59
%7.06
%48.34

CMYK Percentages of Color #ca20db

%8
%85
%0
%14

Triadic Colors of #ca20db

#ca20db #dbca20 #20dbca

Analogous Colors of #ca20db

#ca20db #db208f #6d20db

Monochromatic Colors of #ca20db

#ca20db

Complementary Color

#ca20db #31db20

#ca20db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca20db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca20db Color CSS Codes

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

#ca20db Text Font Color

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

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


#ca20db Background Color

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

This div background color is #ca20db


#ca20db Border Color

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

This div border color is #ca20db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca20db


Comments

No comments written yet.

Please login to write comment.