Color Hex Logo

#c988ce Color Hex

#C988CE
(201,136,206)
0 Favorites   0 Comments

Color spaces of #c988ce

RGB 201136206
HSL0.820.420.67
HSV296°34°81°
CMYK 0.020.340.00   0.19
XYZ44.032134.482162.7275
Yxy34.48210.31180.2441
Hunter Lab58.721531.0851-22.2298
CIE-Lab65.343436.2653-26.1690

#c988ce color RGB value is (201,136,206).

#c988ce hex color red value is 201, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c988ce hue: 0.82 , saturation: 0.42 and the lightness value of c988ce is 0.67.

The process color (four color CMYK) of #c988ce color hex is 0.02, 0.34, 0.00, 0.19. Web safe color of #c988ce is #cc99cc. Color #c988ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 11001110
Octal 311 210 316
Decimal 201 136 206
Hex C9 88 CE

RGB Percentages of Color #c988ce

%37.02
%25.05
%37.94

CMYK Percentages of Color #c988ce

%2
%34
%0
%19

Triadic Colors of #c988ce

#c988ce #cec988 #88cec9

Analogous Colors of #c988ce

#c988ce #ce88b0 #a688ce

Monochromatic Colors of #c988ce

#c988ce

Complementary Color

#c988ce #8dce88

#c988ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c988ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c988ce Color CSS Codes

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

#c988ce Text Font Color

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

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


#c988ce Background Color

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

This div background color is #c988ce


#c988ce Border Color

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

This div border color is #c988ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,136,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c988ce


Comments

No comments written yet.

Please login to write comment.