Color Hex Logo

#c88fbb Color Hex

#C88FBB
(200,143,187)
0 Favorites   0 Comments

Color spaces of #c88fbb

RGB 200143187
HSL0.870.340.67
HSV314°29°78°
CMYK 0.000.290.07   0.22
XYZ42.611535.512151.6224
Yxy35.51210.32840.2737
Hunter Lab59.592023.3510-9.6463
CIE-Lab66.145428.6022-14.3214

#c88fbb color RGB value is (200,143,187).

#c88fbb hex color red value is 200, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c88fbb hue: 0.87 , saturation: 0.34 and the lightness value of c88fbb is 0.67.

The process color (four color CMYK) of #c88fbb color hex is 0.00, 0.29, 0.07, 0.22. Web safe color of #c88fbb is #cc99cc. Color #c88fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001111 10111011
Octal 310 217 273
Decimal 200 143 187
Hex C8 8F BB

RGB Percentages of Color #c88fbb

%37.74
%26.98
%35.28

CMYK Percentages of Color #c88fbb

%0
%29
%7
%22

Triadic Colors of #c88fbb

#c88fbb #bbc88f #8fbbc8

Analogous Colors of #c88fbb

#c88fbb #c88f9f #b98fc8

Monochromatic Colors of #c88fbb

#c88fbb

Complementary Color

#c88fbb #8fc89c

#c88fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88fbb Color CSS Codes

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

#c88fbb Text Font Color

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

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


#c88fbb Background Color

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

This div background color is #c88fbb


#c88fbb Border Color

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

This div border color is #c88fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88fbb


Comments

No comments written yet.

Please login to write comment.