Color Hex Logo

#ca93bb Color Hex

#CA93BB
(202,147,187)
0 Favorites   0 Comments

Color spaces of #ca93bb

RGB 202147187
HSL0.880.340.68
HSV316°27°79°
CMYK 0.000.270.07   0.21
XYZ43.760537.011851.8513
Yxy37.01180.33000.2791
Hunter Lab60.837321.9304-7.9464
CIE-Lab67.285927.0956-12.5852

#ca93bb color RGB value is (202,147,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010011 10111011
Octal 312 223 273
Decimal 202 147 187
Hex CA 93 BB

RGB Percentages of Color #ca93bb

%37.69
%27.43
%34.89

CMYK Percentages of Color #ca93bb

%0
%27
%7
%21

Triadic Colors of #ca93bb

#ca93bb #bbca93 #93bbca

Analogous Colors of #ca93bb

#ca93bb #ca93a0 #be93ca

Monochromatic Colors of #ca93bb

#ca93bb

Complementary Color

#ca93bb #93caa2

#ca93bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca93bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca93bb Color CSS Codes

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

#ca93bb Text Font Color

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

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


#ca93bb Background Color

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

This div background color is #ca93bb


#ca93bb Border Color

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

This div border color is #ca93bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,147,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca93bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca93bb


Comments

No comments written yet.

Please login to write comment.