Color Hex Logo

#ca15dc Color Hex

#CA15DC
(202,21,220)
0 Favorites   0 Comments

Color spaces of #ca15dc

RGB 20221220
HSL0.820.830.47
HSV295°90°86°
CMYK 0.080.900.00   0.14
XYZ37.543618.260269.2560
Yxy18.26020.30020.1460
Hunter Lab42.732082.0463-66.1794
CIE-Lab49.810283.1972-58.5344

#ca15dc color RGB value is (202,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 11011100
Octal 312 25 334
Decimal 202 21 220
Hex CA 15 DC

RGB Percentages of Color #ca15dc

%45.60
%4.74
%49.66

CMYK Percentages of Color #ca15dc

%8
%90
%0
%14

Triadic Colors of #ca15dc

#ca15dc #dcca15 #15dcca

Analogous Colors of #ca15dc

#ca15dc #dc158b #6715dc

Monochromatic Colors of #ca15dc

#ca15dc

Complementary Color

#ca15dc #27dc15

#ca15dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca15dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca15dc Color CSS Codes

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

#ca15dc Text Font Color

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

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


#ca15dc Background Color

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

This div background color is #ca15dc


#ca15dc Border Color

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

This div border color is #ca15dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca15dc


Comments

No comments written yet.

Please login to write comment.