Color Hex Logo

#ca64bd Color Hex

#CA64BD
(202,100,189)
0 Favorites   0 Comments

Color spaces of #ca64bd

RGB 202100189
HSL0.850.490.59
HSV308°50°79°
CMYK 0.000.500.06   0.21
XYZ38.099625.345051.0281
Yxy25.34500.33280.2214
Hunter Lab50.343846.9850-24.8552
CIE-Lab57.410052.2414-28.7816

#ca64bd color RGB value is (202,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100100 10111101
Octal 312 144 275
Decimal 202 100 189
Hex CA 64 BD

RGB Percentages of Color #ca64bd

%41.14
%20.37
%38.49

CMYK Percentages of Color #ca64bd

%0
%50
%6
%21

Triadic Colors of #ca64bd

#ca64bd #bdca64 #64bdca

Analogous Colors of #ca64bd

#ca64bd #ca648a #a464ca

Monochromatic Colors of #ca64bd

#ca64bd

Complementary Color

#ca64bd #64ca71

#ca64bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca64bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca64bd Color CSS Codes

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

#ca64bd Text Font Color

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

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


#ca64bd Background Color

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

This div background color is #ca64bd


#ca64bd Border Color

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

This div border color is #ca64bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca64bd


Comments

No comments written yet.

Please login to write comment.