Color Hex Logo

#ca17db Color Hex

#CA17DB
(202,23,219)
0 Favorites   0 Comments

Color spaces of #ca17db

RGB 20223219
HSL0.820.810.47
HSV295°89°86°
CMYK 0.080.890.00   0.14
XYZ37.449718.283868.5731
Yxy18.28380.30130.1471
Hunter Lab42.759681.5047-65.1511
CIE-Lab49.838582.7689-57.9183

#ca17db color RGB value is (202,23,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010111 11011011
Octal 312 27 333
Decimal 202 23 219
Hex CA 17 DB

RGB Percentages of Color #ca17db

%45.50
%5.18
%49.32

CMYK Percentages of Color #ca17db

%8
%89
%0
%14

Triadic Colors of #ca17db

#ca17db #dbca17 #17dbca

Analogous Colors of #ca17db

#ca17db #db178a #6817db

Monochromatic Colors of #ca17db

#ca17db

Complementary Color

#ca17db #28db17

#ca17db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca17db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca17db Color CSS Codes

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

#ca17db Text Font Color

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

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


#ca17db Background Color

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

This div background color is #ca17db


#ca17db Border Color

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

This div border color is #ca17db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca17db


Comments

No comments written yet.

Please login to write comment.