Color Hex Logo

#c88bcc Color Hex

#C88BCC
(200,139,204)
0 Favorites   0 Comments

Color spaces of #c88bcc

RGB 200139204
HSL0.820.390.67
HSV296°32°80°
CMYK 0.020.320.00   0.20
XYZ43.951135.104261.5861
Yxy35.10420.31250.2496
Hunter Lab59.248828.7269-20.1548
CIE-Lab65.829733.9320-24.3151

#c88bcc color RGB value is (200,139,204).

#c88bcc hex color red value is 200, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c88bcc hue: 0.82 , saturation: 0.39 and the lightness value of c88bcc is 0.67.

The process color (four color CMYK) of #c88bcc color hex is 0.02, 0.32, 0.00, 0.20. Web safe color of #c88bcc is #cc99cc. Color #c88bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001011 11001100
Octal 310 213 314
Decimal 200 139 204
Hex C8 8B CC

RGB Percentages of Color #c88bcc

%36.83
%25.60
%37.57

CMYK Percentages of Color #c88bcc

%2
%32
%0
%20

Triadic Colors of #c88bcc

#c88bcc #ccc88b #8bccc8

Analogous Colors of #c88bcc

#c88bcc #cc8bb0 #a88bcc

Monochromatic Colors of #c88bcc

#c88bcc

Complementary Color

#c88bcc #8fcc8b

#c88bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88bcc Color CSS Codes

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

#c88bcc Text Font Color

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

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


#c88bcc Background Color

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

This div background color is #c88bcc


#c88bcc Border Color

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

This div border color is #c88bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88bcc


Comments

No comments written yet.

Please login to write comment.