Color Hex Logo

#ca64fd Color Hex

#CA64FD
(202,100,253)
0 Favorites   0 Comments

Color spaces of #ca64fd

RGB 202100253
HSL0.780.970.69
HSV280°60°99°
CMYK 0.200.600.00   0.01
XYZ46.643928.762796.0219
Yxy28.76270.27210.1678
Hunter Lab53.630961.3912-68.6125
CIE-Lab60.571664.3365-59.7732

#ca64fd color RGB value is (202,100,253).

#ca64fd hex color red value is 202, green value is 100 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca64fd hue: 0.78 , saturation: 0.97 and the lightness value of ca64fd is 0.69.

The process color (four color CMYK) of #ca64fd color hex is 0.20, 0.60, 0.00, 0.01. Web safe color of #ca64fd is #cc66ff. Color #ca64fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100100 11111101
Octal 312 144 375
Decimal 202 100 253
Hex CA 64 FD

RGB Percentages of Color #ca64fd

%36.40
%18.02
%45.59

CMYK Percentages of Color #ca64fd

%20
%60
%0
%1

Triadic Colors of #ca64fd

#ca64fd #fdca64 #64fdca

Analogous Colors of #ca64fd

#ca64fd #fd64e4 #7e64fd

Monochromatic Colors of #ca64fd

#ca64fd

Complementary Color

#ca64fd #97fd64

#ca64fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca64fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca64fd Color CSS Codes

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

#ca64fd Text Font Color

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

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


#ca64fd Background Color

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

This div background color is #ca64fd


#ca64fd Border Color

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

This div border color is #ca64fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca64fd

Related Colors


Comments

No comments written yet.

Please login to write comment.