Color Hex Logo

#ca00fd Color Hex

#CA00FD
(202,0,253)
0 Favorites   0 Comments

Color spaces of #ca00fd

RGB 2020253
HSL0.801.000.50
HSV288°100°99°
CMYK 0.201.000.00   0.01
XYZ42.086719.648494.5028
Yxy19.64840.26940.1258
Hunter Lab44.326591.9090-95.3759
CIE-Lab51.437390.4217-74.5052

#ca00fd color RGB value is (202,0,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000000 11111101
Octal 312 0 375
Decimal 202 0 253
Hex CA 0 FD

RGB Percentages of Color #ca00fd

%44.40
%0.00
%55.60

CMYK Percentages of Color #ca00fd

%20
%100
%0
%1

Triadic Colors of #ca00fd

#ca00fd #fdca00 #00fdca

Analogous Colors of #ca00fd

#ca00fd #fd00b2 #4b00fd

Monochromatic Colors of #ca00fd

#ca00fd

Complementary Color

#ca00fd #33fd00

#ca00fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca00fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca00fd Color CSS Codes

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

#ca00fd Text Font Color

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

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


#ca00fd Background Color

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

This div background color is #ca00fd


#ca00fd Border Color

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

This div border color is #ca00fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca00fd

Related Colors

#ca00fd Color Palettes


Comments

No comments written yet.

Please login to write comment.