Color Hex Logo

#ca01ff Color Hex

#CA01FF
(202,1,255)
0 Favorites   0 Comments

Color spaces of #ca01ff

RGB 2021255
HSL0.801.000.50
HSV287°100°100°
CMYK 0.211.000.00   0.00
XYZ42.418019.798396.1935
Yxy19.79830.26780.1250
Hunter Lab44.495392.2999-97.0312
CIE-Lab51.608490.6818-75.3413

#ca01ff color RGB value is (202,1,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000001 11111111
Octal 312 1 377
Decimal 202 1 255
Hex CA 1 FF

RGB Percentages of Color #ca01ff

%44.10
%0.22
%55.68

CMYK Percentages of Color #ca01ff

%21
%100
%0
%0

Triadic Colors of #ca01ff

#ca01ff #ffca01 #01ffca

Analogous Colors of #ca01ff

#ca01ff #ff01b5 #4b01ff

Monochromatic Colors of #ca01ff

#ca01ff

Complementary Color

#ca01ff #36ff01

#ca01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca01ff Color CSS Codes

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

#ca01ff Text Font Color

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

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


#ca01ff Background Color

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

This div background color is #ca01ff


#ca01ff Border Color

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

This div border color is #ca01ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca01ff

Related Colors

#ca01ff Color Palettes


Comments

No comments written yet.

Please login to write comment.