Color Hex Logo

#ca53bd Color Hex

#CA53BD
(202,83,189)
0 Favorites   0 Comments

Color spaces of #ca53bd

RGB 20283189
HSL0.850.530.56
HSV307°59°79°
CMYK 0.000.590.06   0.21
XYZ36.635722.417250.5401
Yxy22.41720.33430.2045
Hunter Lab47.346855.2616-30.1460
CIE-Lab54.466960.1438-33.3592

#ca53bd color RGB value is (202,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 10111101
Octal 312 123 275
Decimal 202 83 189
Hex CA 53 BD

RGB Percentages of Color #ca53bd

%42.62
%17.51
%39.87

CMYK Percentages of Color #ca53bd

%0
%59
%6
%21

Triadic Colors of #ca53bd

#ca53bd #bdca53 #53bdca

Analogous Colors of #ca53bd

#ca53bd #ca5382 #9c53ca

Monochromatic Colors of #ca53bd

#ca53bd

Complementary Color

#ca53bd #53ca60

#ca53bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca53bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca53bd Color CSS Codes

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

#ca53bd Text Font Color

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

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


#ca53bd Background Color

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

This div background color is #ca53bd


#ca53bd Border Color

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

This div border color is #ca53bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca53bd


Comments

No comments written yet.

Please login to write comment.