Color Hex Logo

#ca8ade Color Hex

#CA8ADE
(202,138,222)
0 Favorites   0 Comments

Color spaces of #ca8ade

RGB 202138222
HSL0.790.560.71
HSV286°38°87°
CMYK 0.090.380.00   0.13
XYZ46.630436.007473.5997
Yxy36.00740.29850.2305
Hunter Lab60.006233.7004-30.7170
CIE-Lab66.525638.6348-33.2380

#ca8ade color RGB value is (202,138,222).

#ca8ade hex color red value is 202, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ca8ade hue: 0.79 , saturation: 0.56 and the lightness value of ca8ade is 0.71.

The process color (four color CMYK) of #ca8ade color hex is 0.09, 0.38, 0.00, 0.13. Web safe color of #ca8ade is #cc99cc. Color #ca8ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001010 11011110
Octal 312 212 336
Decimal 202 138 222
Hex CA 8A DE

RGB Percentages of Color #ca8ade

%35.94
%24.56
%39.50

CMYK Percentages of Color #ca8ade

%9
%38
%0
%13

Triadic Colors of #ca8ade

#ca8ade #deca8a #8adeca

Analogous Colors of #ca8ade

#ca8ade #de8ac8 #a08ade

Monochromatic Colors of #ca8ade

#ca8ade

Complementary Color

#ca8ade #9ede8a

#ca8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8ade Color CSS Codes

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

#ca8ade Text Font Color

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

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


#ca8ade Background Color

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

This div background color is #ca8ade


#ca8ade Border Color

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

This div border color is #ca8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8ade


Comments

No comments written yet.

Please login to write comment.