Color Hex Logo

#c88bbc Color Hex

#C88BBC
(200,139,188)
0 Favorites   0 Comments

Color spaces of #c88bbc

RGB 200139188
HSL0.870.360.66
HSV312°31°78°
CMYK 0.000.310.06   0.22
XYZ42.129134.375451.9916
Yxy34.37540.32790.2675
Hunter Lab58.630525.6581-11.5350
CIE-Lab65.259530.9716-16.2198

#c88bbc color RGB value is (200,139,188).

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

The process color (four color CMYK) of #c88bbc color hex is 0.00, 0.31, 0.06, 0.22. Web safe color of #c88bbc is #cc99cc. Color #c88bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001011 10111100
Octal 310 213 274
Decimal 200 139 188
Hex C8 8B BC

RGB Percentages of Color #c88bbc

%37.95
%26.38
%35.67

CMYK Percentages of Color #c88bbc

%0
%31
%6
%22

Triadic Colors of #c88bbc

#c88bbc #bcc88b #8bbcc8

Analogous Colors of #c88bbc

#c88bbc #c88b9e #b68bc8

Monochromatic Colors of #c88bbc

#c88bbc

Complementary Color

#c88bbc #8bc897

#c88bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88bbc Color CSS Codes

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

#c88bbc Text Font Color

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

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


#c88bbc Background Color

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

This div background color is #c88bbc


#c88bbc Border Color

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

This div border color is #c88bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88bbc


Comments

No comments written yet.

Please login to write comment.