Color Hex Logo

#ca50fd Color Hex

#CA50FD
(202,80,253)
0 Favorites   0 Comments

Color spaces of #ca50fd

RGB 20280253
HSL0.780.980.65
HSV282°68°99°
CMYK 0.200.680.00   0.01
XYZ44.955425.385795.4590
Yxy25.38570.27110.1531
Hunter Lab50.384271.0945-77.0631
CIE-Lab57.449372.9772-64.7810

#ca50fd color RGB value is (202,80,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 11111101
Octal 312 120 375
Decimal 202 80 253
Hex CA 50 FD

RGB Percentages of Color #ca50fd

%37.76
%14.95
%47.29

CMYK Percentages of Color #ca50fd

%20
%68
%0
%1

Triadic Colors of #ca50fd

#ca50fd #fdca50 #50fdca

Analogous Colors of #ca50fd

#ca50fd #fd50da #7450fd

Monochromatic Colors of #ca50fd

#ca50fd

Complementary Color

#ca50fd #83fd50

#ca50fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca50fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca50fd Color CSS Codes

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

#ca50fd Text Font Color

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

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


#ca50fd Background Color

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

This div background color is #ca50fd


#ca50fd Border Color

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

This div border color is #ca50fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca50fd


Comments

No comments written yet.

Please login to write comment.