Color Hex Logo

#ca6ecd Color Hex

#CA6ECD
(202,110,205)
0 Favorites   0 Comments

Color spaces of #ca6ecd

RGB 202110205
HSL0.830.490.62
HSV298°46°80°
CMYK 0.010.460.00   0.20
XYZ40.952528.116261.0261
Yxy28.11620.31480.2161
Hunter Lab53.024745.0674-31.1195
CIE-Lab59.993650.0867-33.8745

#ca6ecd color RGB value is (202,110,205).

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

The process color (four color CMYK) of #ca6ecd color hex is 0.01, 0.46, 0.00, 0.20. Web safe color of #ca6ecd is #cc66cc. Color #ca6ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 11001101
Octal 312 156 315
Decimal 202 110 205
Hex CA 6E CD

RGB Percentages of Color #ca6ecd

%39.07
%21.28
%39.65

CMYK Percentages of Color #ca6ecd

%1
%46
%0
%20

Triadic Colors of #ca6ecd

#ca6ecd #cdca6e #6ecdca

Analogous Colors of #ca6ecd

#ca6ecd #cd6ea1 #9b6ecd

Monochromatic Colors of #ca6ecd

#ca6ecd

Complementary Color

#ca6ecd #71cd6e

#ca6ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6ecd Color CSS Codes

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

#ca6ecd Text Font Color

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

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


#ca6ecd Background Color

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

This div background color is #ca6ecd


#ca6ecd Border Color

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

This div border color is #ca6ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6ecd


Comments

No comments written yet.

Please login to write comment.