Color Hex Logo

#c889bf Color Hex

#C889BF
(200,137,191)
0 Favorites   0 Comments

Color spaces of #c889bf

RGB 200137191
HSL0.860.360.66
HSV309°32°78°
CMYK 0.000.320.05   0.22
XYZ42.169033.932353.6172
Yxy33.93230.32510.2616
Hunter Lab58.251427.2785-13.7971
CIE-Lab64.908832.6033-18.4369

#c889bf color RGB value is (200,137,191).

#c889bf hex color red value is 200, green value is 137 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c889bf hue: 0.86 , saturation: 0.36 and the lightness value of c889bf is 0.66.

The process color (four color CMYK) of #c889bf color hex is 0.00, 0.32, 0.05, 0.22. Web safe color of #c889bf is #cc99cc. Color #c889bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001001 10111111
Octal 310 211 277
Decimal 200 137 191
Hex C8 89 BF

RGB Percentages of Color #c889bf

%37.88
%25.95
%36.17

CMYK Percentages of Color #c889bf

%0
%32
%5
%22

Triadic Colors of #c889bf

#c889bf #bfc889 #89bfc8

Analogous Colors of #c889bf

#c889bf #c889a0 #b289c8

Monochromatic Colors of #c889bf

#c889bf

Complementary Color

#c889bf #89c892

#c889bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c889bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c889bf Color CSS Codes

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

#c889bf Text Font Color

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

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


#c889bf Background Color

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

This div background color is #c889bf


#c889bf Border Color

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

This div border color is #c889bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,137,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c889bf


Comments

No comments written yet.

Please login to write comment.