Color Hex Logo

#c993bb Color Hex

#C993BB
(201,147,187)
0 Favorites   0 Comments

Color spaces of #c993bb

RGB 201147187
HSL0.880.330.68
HSV316°27°79°
CMYK 0.000.270.07   0.21
XYZ43.490836.872851.8387
Yxy36.87280.32900.2789
Hunter Lab60.723021.5794-8.1093
CIE-Lab67.181526.7508-12.7526

#c993bb color RGB value is (201,147,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010011 10111011
Octal 311 223 273
Decimal 201 147 187
Hex C9 93 BB

RGB Percentages of Color #c993bb

%37.57
%27.48
%34.95

CMYK Percentages of Color #c993bb

%0
%27
%7
%21

Triadic Colors of #c993bb

#c993bb #bbc993 #93bbc9

Analogous Colors of #c993bb

#c993bb #c993a0 #bc93c9

Monochromatic Colors of #c993bb

#c993bb

Complementary Color

#c993bb #93c9a1

#c993bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c993bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c993bb Color CSS Codes

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

#c993bb Text Font Color

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

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


#c993bb Background Color

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

This div background color is #c993bb


#c993bb Border Color

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

This div border color is #c993bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c993bb


Comments

No comments written yet.

Please login to write comment.