Color Hex Logo

#ca13d9 Color Hex

#CA13D9
(202,19,217)
0 Favorites   0 Comments

Color spaces of #ca13d9

RGB 20219217
HSL0.820.840.46
HSV295°91°85°
CMYK 0.070.910.00   0.15
XYZ37.114418.032167.1700
Yxy18.03210.30340.1474
Hunter Lab42.464281.6994-64.0601
CIE-Lab49.535082.9799-57.2643

#ca13d9 color RGB value is (202,19,217).

#ca13d9 hex color red value is 202, green value is 19 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #ca13d9 hue: 0.82 , saturation: 0.84 and the lightness value of ca13d9 is 0.46.

The process color (four color CMYK) of #ca13d9 color hex is 0.07, 0.91, 0.00, 0.15. Web safe color of #ca13d9 is #cc00cc. Color #ca13d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010011 11011001
Octal 312 23 331
Decimal 202 19 217
Hex CA 13 D9

RGB Percentages of Color #ca13d9

%46.12
%4.34
%49.54

CMYK Percentages of Color #ca13d9

%7
%91
%0
%15

Triadic Colors of #ca13d9

#ca13d9 #d9ca13 #13d9ca

Analogous Colors of #ca13d9

#ca13d9 #d91385 #6713d9

Monochromatic Colors of #ca13d9

#ca13d9

Complementary Color

#ca13d9 #22d913

#ca13d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca13d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca13d9 Color CSS Codes

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

#ca13d9 Text Font Color

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

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


#ca13d9 Background Color

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

This div background color is #ca13d9


#ca13d9 Border Color

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

This div border color is #ca13d9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,19,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca13d9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca13d9


Comments

No comments written yet.

Please login to write comment.