Color Hex Logo

#c989bb Color Hex

#C989BB
(201,137,187)
0 Favorites   0 Comments

Color spaces of #c989bb

RGB 201137187
HSL0.870.370.66
HSV313°32°79°
CMYK 0.000.320.07   0.21
XYZ42.002733.896751.3426
Yxy33.89670.33010.2664
Hunter Lab58.220926.8900-11.5308
CIE-Lab64.880532.2234-16.2200

#c989bb color RGB value is (201,137,187).

#c989bb hex color red value is 201, green value is 137 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c989bb hue: 0.87 , saturation: 0.37 and the lightness value of c989bb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001001 10111011
Octal 311 211 273
Decimal 201 137 187
Hex C9 89 BB

RGB Percentages of Color #c989bb

%38.29
%26.10
%35.62

CMYK Percentages of Color #c989bb

%0
%32
%7
%21

Triadic Colors of #c989bb

#c989bb #bbc989 #89bbc9

Analogous Colors of #c989bb

#c989bb #c9899b #b789c9

Monochromatic Colors of #c989bb

#c989bb

Complementary Color

#c989bb #89c997

#c989bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c989bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c989bb Color CSS Codes

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

#c989bb Text Font Color

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

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


#c989bb Background Color

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

This div background color is #c989bb


#c989bb Border Color

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

This div border color is #c989bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c989bb


Comments

No comments written yet.

Please login to write comment.