Color Hex Logo

#ca6ffd Color Hex

#CA6FFD
(202,111,253)
0 Favorites   0 Comments

Color spaces of #ca6ffd

RGB 202111253
HSL0.770.970.71
HSV278°56°99°
CMYK 0.200.560.00   0.01
XYZ47.771231.017396.3976
Yxy31.01730.27270.1771
Hunter Lab55.693255.6465-63.6380
CIE-Lab62.522259.0806-56.6599

#ca6ffd color RGB value is (202,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101111 11111101
Octal 312 157 375
Decimal 202 111 253
Hex CA 6F FD

RGB Percentages of Color #ca6ffd

%35.69
%19.61
%44.70

CMYK Percentages of Color #ca6ffd

%20
%56
%0
%1

Triadic Colors of #ca6ffd

#ca6ffd #fdca6f #6ffdca

Analogous Colors of #ca6ffd

#ca6ffd #fd6fe9 #836ffd

Monochromatic Colors of #ca6ffd

#ca6ffd

Complementary Color

#ca6ffd #a2fd6f

#ca6ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6ffd Color CSS Codes

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

#ca6ffd Text Font Color

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

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


#ca6ffd Background Color

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

This div background color is #ca6ffd


#ca6ffd Border Color

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

This div border color is #ca6ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.