Color Hex Logo

#ca5abd Color Hex

#CA5ABD
(202,90,189)
0 Favorites   0 Comments

Color spaces of #ca5abd

RGB 20290189
HSL0.850.510.57
HSV307°55°79°
CMYK 0.000.550.06   0.21
XYZ37.198623.543050.7278
Yxy23.54300.33370.2112
Hunter Lab48.521151.9346-28.0216
CIE-Lab55.627356.9962-31.5500

#ca5abd color RGB value is (202,90,189).

#ca5abd hex color red value is 202, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca5abd hue: 0.85 , saturation: 0.51 and the lightness value of ca5abd is 0.57.

The process color (four color CMYK) of #ca5abd color hex is 0.00, 0.55, 0.06, 0.21. Web safe color of #ca5abd is #cc66cc. Color #ca5abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 10111101
Octal 312 132 275
Decimal 202 90 189
Hex CA 5A BD

RGB Percentages of Color #ca5abd

%42.00
%18.71
%39.29

CMYK Percentages of Color #ca5abd

%0
%55
%6
%21

Triadic Colors of #ca5abd

#ca5abd #bdca5a #5abdca

Analogous Colors of #ca5abd

#ca5abd #ca5a85 #9f5aca

Monochromatic Colors of #ca5abd

#ca5abd

Complementary Color

#ca5abd #5aca67

#ca5abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5abd Color CSS Codes

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

#ca5abd Text Font Color

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

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


#ca5abd Background Color

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

This div background color is #ca5abd


#ca5abd Border Color

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

This div border color is #ca5abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5abd


Comments

No comments written yet.

Please login to write comment.