Color Hex Logo

#ca6edb Color Hex

#CA6EDB
(202,110,219)
0 Favorites   0 Comments

Color spaces of #ca6edb

RGB 202110219
HSL0.810.600.65
HSV291°50°86°
CMYK 0.080.500.00   0.14
XYZ42.719228.822970.3297
Yxy28.82290.30110.2032
Hunter Lab53.687048.0819-40.0888
CIE-Lab60.625052.7193-40.7725

#ca6edb color RGB value is (202,110,219).

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

The process color (four color CMYK) of #ca6edb color hex is 0.08, 0.50, 0.00, 0.14. Web safe color of #ca6edb is #cc66cc. Color #ca6edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 11011011
Octal 312 156 333
Decimal 202 110 219
Hex CA 6E DB

RGB Percentages of Color #ca6edb

%38.04
%20.72
%41.24

CMYK Percentages of Color #ca6edb

%8
%50
%0
%14

Triadic Colors of #ca6edb

#ca6edb #dbca6e #6edbca

Analogous Colors of #ca6edb

#ca6edb #db6eb6 #946edb

Monochromatic Colors of #ca6edb

#ca6edb

Complementary Color

#ca6edb #7fdb6e

#ca6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6edb Color CSS Codes

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

#ca6edb Text Font Color

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

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


#ca6edb Background Color

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

This div background color is #ca6edb


#ca6edb Border Color

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

This div border color is #ca6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6edb


Comments

No comments written yet.

Please login to write comment.