Color Hex Logo

#ca55bd Color Hex

#CA55BD
(202,85,189)
0 Favorites   0 Comments

Color spaces of #ca55bd

RGB 20285189
HSL0.850.520.56
HSV307°58°79°
CMYK 0.000.580.06   0.21
XYZ36.790922.727750.5919
Yxy22.72770.33410.2064
Hunter Lab47.673654.3242-29.5479
CIE-Lab54.790759.2610-32.8537

#ca55bd color RGB value is (202,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 10111101
Octal 312 125 275
Decimal 202 85 189
Hex CA 55 BD

RGB Percentages of Color #ca55bd

%42.44
%17.86
%39.71

CMYK Percentages of Color #ca55bd

%0
%58
%6
%21

Triadic Colors of #ca55bd

#ca55bd #bdca55 #55bdca

Analogous Colors of #ca55bd

#ca55bd #ca5583 #9d55ca

Monochromatic Colors of #ca55bd

#ca55bd

Complementary Color

#ca55bd #55ca62

#ca55bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55bd Color CSS Codes

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

#ca55bd Text Font Color

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

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


#ca55bd Background Color

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

This div background color is #ca55bd


#ca55bd Border Color

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

This div border color is #ca55bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55bd


Comments

No comments written yet.

Please login to write comment.