Color Hex Logo

#ca20bd Color Hex

#CA20BD
(202,32,189)
0 Favorites   0 Comments

Color spaces of #ca20bd

RGB 20232189
HSL0.850.730.46
HSV305°84°79°
CMYK 0.000.840.06   0.21
XYZ34.058917.263749.6812
Yxy17.26370.33720.1709
Hunter Lab41.549673.6076-41.8088
CIE-Lab48.590676.7332-42.6085

#ca20bd color RGB value is (202,32,189).

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

The process color (four color CMYK) of #ca20bd color hex is 0.00, 0.84, 0.06, 0.21. Web safe color of #ca20bd is #cc33cc. Color #ca20bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100000 10111101
Octal 312 40 275
Decimal 202 32 189
Hex CA 20 BD

RGB Percentages of Color #ca20bd

%47.75
%7.57
%44.68

CMYK Percentages of Color #ca20bd

%0
%84
%6
%21

Triadic Colors of #ca20bd

#ca20bd #bdca20 #20bdca

Analogous Colors of #ca20bd

#ca20bd #ca2068 #8220ca

Monochromatic Colors of #ca20bd

#ca20bd

Complementary Color

#ca20bd #20ca2d

#ca20bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca20bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca20bd Color CSS Codes

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

#ca20bd Text Font Color

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

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


#ca20bd Background Color

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

This div background color is #ca20bd


#ca20bd Border Color

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

This div border color is #ca20bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca20bd


Comments

No comments written yet.

Please login to write comment.