Color Hex Logo

#ca94bd Color Hex

#CA94BD
(202,148,189)
2 Favorites   0 Comments

Color spaces of #ca94bd

RGB 202148189
HSL0.870.340.69
HSV314°27°79°
CMYK 0.000.270.06   0.21
XYZ44.132337.410553.0390
Yxy37.41050.32790.2780
Hunter Lab61.164121.7575-8.5990
CIE-Lab67.583926.9015-13.2550

#ca94bd color RGB value is (202,148,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 10111101
Octal 312 224 275
Decimal 202 148 189
Hex CA 94 BD

RGB Percentages of Color #ca94bd

%37.48
%27.46
%35.06

CMYK Percentages of Color #ca94bd

%0
%27
%6
%21

Triadic Colors of #ca94bd

#ca94bd #bdca94 #94bdca

Analogous Colors of #ca94bd

#ca94bd #ca94a2 #bc94ca

Monochromatic Colors of #ca94bd

#ca94bd

Complementary Color

#ca94bd #94caa1

#ca94bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca94bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca94bd Color CSS Codes

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

#ca94bd Text Font Color

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

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


#ca94bd Background Color

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

This div background color is #ca94bd


#ca94bd Border Color

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

This div border color is #ca94bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca94bd

#ca94bd Color Palettes


Comments

No comments written yet.

Please login to write comment.