Color Hex Logo

#ca5ace Color Hex

#CA5ACE
(202,90,206)
0 Favorites   0 Comments

Color spaces of #ca5ace

RGB 20290206
HSL0.830.540.58
HSV298°56°81°
CMYK 0.020.560.00   0.19
XYZ39.153924.325161.0241
Yxy24.32510.31450.1954
Hunter Lab49.320555.3944-38.8350
CIE-Lab56.411859.9137-40.0481

#ca5ace color RGB value is (202,90,206).

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

The process color (four color CMYK) of #ca5ace color hex is 0.02, 0.56, 0.00, 0.19. Web safe color of #ca5ace is #cc66cc. Color #ca5ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 11001110
Octal 312 132 316
Decimal 202 90 206
Hex CA 5A CE

RGB Percentages of Color #ca5ace

%40.56
%18.07
%41.37

CMYK Percentages of Color #ca5ace

%2
%56
%0
%19

Triadic Colors of #ca5ace

#ca5ace #ceca5a #5aceca

Analogous Colors of #ca5ace

#ca5ace #ce5a98 #905ace

Monochromatic Colors of #ca5ace

#ca5ace

Complementary Color

#ca5ace #5ece5a

#ca5ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5ace Color CSS Codes

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

#ca5ace Text Font Color

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

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


#ca5ace Background Color

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

This div background color is #ca5ace


#ca5ace Border Color

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

This div border color is #ca5ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5ace


Comments

No comments written yet.

Please login to write comment.