Color Hex Logo

#ca6ecb Color Hex

#CA6ECB
(202,110,203)
0 Favorites   0 Comments

Color spaces of #ca6ecb

RGB 202110203
HSL0.830.470.61
HSV299°46°80°
CMYK 0.000.460.00   0.20
XYZ40.712528.020259.7626
Yxy28.02020.31680.2181
Hunter Lab52.934144.6526-29.8845
CIE-Lab59.907049.7208-32.8778

#ca6ecb color RGB value is (202,110,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01101110 11001011
Octal 312 156 313
Decimal 202 110 203
Hex CA 6E CB

RGB Percentages of Color #ca6ecb

%39.22
%21.36
%39.42

CMYK Percentages of Color #ca6ecb

%0
%46
%0
%20

Triadic Colors of #ca6ecb

#ca6ecb #cbca6e #6ecbca

Analogous Colors of #ca6ecb

#ca6ecb #cb6e9e #9c6ecb

Monochromatic Colors of #ca6ecb

#ca6ecb

Complementary Color

#ca6ecb #6fcb6e

#ca6ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca6ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca6ecb Color CSS Codes

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

#ca6ecb Text Font Color

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

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


#ca6ecb Background Color

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

This div background color is #ca6ecb


#ca6ecb Border Color

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

This div border color is #ca6ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca6ecb


Comments

No comments written yet.

Please login to write comment.