Color Hex Logo

#ca6efe Color Hex

#CA6EFE
(202,110,254)
0 Favorites   0 Comments

Color spaces of #ca6efe

RGB 202110254
HSL0.770.990.71
HSV278°57°100°
CMYK 0.200.570.00   0.00
XYZ47.822430.864297.2028
Yxy30.86420.27190.1755
Hunter Lab55.555656.4311-64.8479
CIE-Lab62.392859.7804-57.4163

#ca6efe color RGB value is (202,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 11111110
Octal 312 156 376
Decimal 202 110 254
Hex CA 6E FE

RGB Percentages of Color #ca6efe

%35.69
%19.43
%44.88

CMYK Percentages of Color #ca6efe

%20
%57
%0
%0

Triadic Colors of #ca6efe

#ca6efe #feca6e #6efeca

Analogous Colors of #ca6efe

#ca6efe #fe6eea #826efe

Monochromatic Colors of #ca6efe

#ca6efe

Complementary Color

#ca6efe #a2fe6e

#ca6efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6efe Color CSS Codes

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

#ca6efe Text Font Color

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

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


#ca6efe Background Color

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

This div background color is #ca6efe


#ca6efe Border Color

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

This div border color is #ca6efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6efe

Related Colors


Comments

No comments written yet.

Please login to write comment.