Color Hex Logo

#ca6edd Color Hex

#CA6EDD
(202,110,221)
0 Favorites   0 Comments

Color spaces of #ca6edd

RGB 202110221
HSL0.800.620.65
HSV290°50°87°
CMYK 0.090.500.00   0.13
XYZ42.984228.928971.7249
Yxy28.92890.29930.2014
Hunter Lab53.785648.5283-41.4153
CIE-Lab60.718853.1052-41.7465

#ca6edd color RGB value is (202,110,221).

#ca6edd hex color red value is 202, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca6edd hue: 0.80 , saturation: 0.62 and the lightness value of ca6edd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 11011101
Octal 312 156 335
Decimal 202 110 221
Hex CA 6E DD

RGB Percentages of Color #ca6edd

%37.90
%20.64
%41.46

CMYK Percentages of Color #ca6edd

%9
%50
%0
%13

Triadic Colors of #ca6edd

#ca6edd #ddca6e #6eddca

Analogous Colors of #ca6edd

#ca6edd #dd6eb9 #936edd

Monochromatic Colors of #ca6edd

#ca6edd

Complementary Color

#ca6edd #81dd6e

#ca6edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6edd Color CSS Codes

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

#ca6edd Text Font Color

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

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


#ca6edd Background Color

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

This div background color is #ca6edd


#ca6edd Border Color

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

This div border color is #ca6edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6edd


Comments

No comments written yet.

Please login to write comment.