Color Hex Logo

#ca4fdf Color Hex

#CA4FDF
(202,79,223)
0 Favorites   0 Comments

Color spaces of #ca4fdf

RGB 20279223
HSL0.810.690.59
HSV291°65°87°
CMYK 0.090.650.00   0.13
XYZ40.472423.476272.2103
Yxy23.47620.29720.1724
Hunter Lab48.452264.3105-54.4457
CIE-Lab55.559567.7176-51.0336

#ca4fdf color RGB value is (202,79,223).

#ca4fdf hex color red value is 202, green value is 79 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca4fdf hue: 0.81 , saturation: 0.69 and the lightness value of ca4fdf is 0.59.

The process color (four color CMYK) of #ca4fdf color hex is 0.09, 0.65, 0.00, 0.13. Web safe color of #ca4fdf is #cc66cc. Color #ca4fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001111 11011111
Octal 312 117 337
Decimal 202 79 223
Hex CA 4F DF

RGB Percentages of Color #ca4fdf

%40.08
%15.67
%44.25

CMYK Percentages of Color #ca4fdf

%9
%65
%0
%13

Triadic Colors of #ca4fdf

#ca4fdf #dfca4f #4fdfca

Analogous Colors of #ca4fdf

#ca4fdf #df4fac #824fdf

Monochromatic Colors of #ca4fdf

#ca4fdf

Complementary Color

#ca4fdf #64df4f

#ca4fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4fdf Color CSS Codes

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

#ca4fdf Text Font Color

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

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


#ca4fdf Background Color

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

This div background color is #ca4fdf


#ca4fdf Border Color

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

This div border color is #ca4fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4fdf


Comments

No comments written yet.

Please login to write comment.