Color Hex Logo

#ca5acd Color Hex

#CA5ACD
(202,90,205)
0 Favorites   0 Comments

Color spaces of #ca5acd

RGB 20290205
HSL0.830.530.58
HSV298°56°80°
CMYK 0.010.560.00   0.20
XYZ39.032724.276760.3862
Yxy24.27670.31560.1963
Hunter Lab49.271455.1824-38.1749
CIE-Lab56.363859.7365-39.5544

#ca5acd color RGB value is (202,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 11001101
Octal 312 132 315
Decimal 202 90 205
Hex CA 5A CD

RGB Percentages of Color #ca5acd

%40.64
%18.11
%41.25

CMYK Percentages of Color #ca5acd

%1
%56
%0
%20

Triadic Colors of #ca5acd

#ca5acd #cdca5a #5acdca

Analogous Colors of #ca5acd

#ca5acd #cd5a97 #915acd

Monochromatic Colors of #ca5acd

#ca5acd

Complementary Color

#ca5acd #5dcd5a

#ca5acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5acd Color CSS Codes

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

#ca5acd Text Font Color

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

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


#ca5acd Background Color

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

This div background color is #ca5acd


#ca5acd Border Color

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

This div border color is #ca5acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,90,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 #ca5acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5acd


Comments

No comments written yet.

Please login to write comment.