Color Hex Logo

#ca41fd Color Hex

#CA41FD
(202,65,253)
0 Favorites   0 Comments

Color spaces of #ca41fd

RGB 20265253
HSL0.790.980.62
HSV284°74°99°
CMYK 0.200.740.00   0.01
XYZ43.977023.429095.1329
Yxy23.42900.27060.1441
Hunter Lab48.403577.4700-82.6469
CIE-Lab55.511578.4829-67.9039

#ca41fd color RGB value is (202,65,253).

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

The process color (four color CMYK) of #ca41fd color hex is 0.20, 0.74, 0.00, 0.01. Web safe color of #ca41fd is #cc33ff. Color #ca41fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 11111101
Octal 312 101 375
Decimal 202 65 253
Hex CA 41 FD

RGB Percentages of Color #ca41fd

%38.85
%12.50
%48.65

CMYK Percentages of Color #ca41fd

%20
%74
%0
%1

Triadic Colors of #ca41fd

#ca41fd #fdca41 #41fdca

Analogous Colors of #ca41fd

#ca41fd #fd41d2 #6c41fd

Monochromatic Colors of #ca41fd

#ca41fd

Complementary Color

#ca41fd #74fd41

#ca41fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca41fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca41fd Color CSS Codes

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

#ca41fd Text Font Color

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

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


#ca41fd Background Color

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

This div background color is #ca41fd


#ca41fd Border Color

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

This div border color is #ca41fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca41fd


Comments

No comments written yet.

Please login to write comment.