Color Hex Logo

#ca93bd Color Hex

#CA93BD
(202,147,189)
0 Favorites   0 Comments

Color spaces of #ca93bd

RGB 202147189
HSL0.870.340.68
HSV314°27°79°
CMYK 0.000.270.06   0.21
XYZ43.976137.098152.9870
Yxy37.09810.32800.2767
Hunter Lab60.908222.2887-8.9435
CIE-Lab67.350627.4499-13.6058

#ca93bd color RGB value is (202,147,189).

#ca93bd hex color red value is 202, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca93bd hue: 0.87 , saturation: 0.34 and the lightness value of ca93bd is 0.68.

The process color (four color CMYK) of #ca93bd color hex is 0.00, 0.27, 0.06, 0.21. Web safe color of #ca93bd is #cc99cc. Color #ca93bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010011 10111101
Octal 312 223 275
Decimal 202 147 189
Hex CA 93 BD

RGB Percentages of Color #ca93bd

%37.55
%27.32
%35.13

CMYK Percentages of Color #ca93bd

%0
%27
%6
%21

Triadic Colors of #ca93bd

#ca93bd #bdca93 #93bdca

Analogous Colors of #ca93bd

#ca93bd #ca93a2 #bc93ca

Monochromatic Colors of #ca93bd

#ca93bd

Complementary Color

#ca93bd #93caa0

#ca93bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca93bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca93bd Color CSS Codes

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

#ca93bd Text Font Color

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

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


#ca93bd Background Color

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

This div background color is #ca93bd


#ca93bd Border Color

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

This div border color is #ca93bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca93bd


Comments

No comments written yet.

Please login to write comment.