Color Hex Logo

#ca15ff Color Hex

#CA15FF
(202,21,255)
0 Favorites   0 Comments

Color spaces of #ca15ff

RGB 20221255
HSL0.801.000.54
HSV286°92°100°
CMYK 0.210.920.00   0.00
XYZ42.675320.312996.2793
Yxy20.31290.26790.1275
Hunter Lab45.069890.1442-95.1079
CIE-Lab52.189288.9495-74.3970

#ca15ff color RGB value is (202,21,255).

#ca15ff hex color red value is 202, green value is 21 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ca15ff hue: 0.80 , saturation: 1.00 and the lightness value of ca15ff is 0.54.

The process color (four color CMYK) of #ca15ff color hex is 0.21, 0.92, 0.00, 0.00. Web safe color of #ca15ff is #cc00ff. Color #ca15ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 11111111
Octal 312 25 377
Decimal 202 21 255
Hex CA 15 FF

RGB Percentages of Color #ca15ff

%42.26
%4.39
%53.35

CMYK Percentages of Color #ca15ff

%21
%92
%0
%0

Triadic Colors of #ca15ff

#ca15ff #ffca15 #15ffca

Analogous Colors of #ca15ff

#ca15ff #ff15bf #5515ff

Monochromatic Colors of #ca15ff

#ca15ff

Complementary Color

#ca15ff #4aff15

#ca15ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca15ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca15ff Color CSS Codes

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

#ca15ff Text Font Color

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

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


#ca15ff Background Color

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

This div background color is #ca15ff


#ca15ff Border Color

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

This div border color is #ca15ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca15ff


Comments

No comments written yet.

Please login to write comment.