Color Hex Logo

#c688be Color Hex

#C688BE
(198,136,190)
0 Favorites   0 Comments

Color spaces of #c688be

RGB 198136190
HSL0.850.350.65
HSV308°31°78°
CMYK 0.000.310.04   0.22
XYZ41.387133.331852.9675
Yxy33.33180.32410.2610
Hunter Lab57.733726.9259-13.9817
CIE-Lab64.428732.3011-18.6242

#c688be color RGB value is (198,136,190).

#c688be hex color red value is 198, green value is 136 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c688be hue: 0.85 , saturation: 0.35 and the lightness value of c688be is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 10111110
Octal 306 210 276
Decimal 198 136 190
Hex C6 88 BE

RGB Percentages of Color #c688be

%37.79
%25.95
%36.26

CMYK Percentages of Color #c688be

%0
%31
%4
%22

Triadic Colors of #c688be

#c688be #bec688 #88bec6

Analogous Colors of #c688be

#c688be #c6889f #af88c6

Monochromatic Colors of #c688be

#c688be

Complementary Color

#c688be #88c690

#c688be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688be Color CSS Codes

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

#c688be Text Font Color

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

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


#c688be Background Color

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

This div background color is #c688be


#c688be Border Color

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

This div border color is #c688be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688be

#c688be Color Palettes


Comments

No comments written yet.

Please login to write comment.