Color Hex Logo

#c687ba Color Hex

#C687BA
(198,135,186)
0 Favorites   0 Comments

Color spaces of #c687ba

RGB 198135186
HSL0.870.360.65
HSV311°32°78°
CMYK 0.000.320.06   0.22
XYZ40.815632.878950.6494
Yxy32.87890.32820.2644
Hunter Lab57.340126.7139-12.2337
CIE-Lab64.062732.1260-16.9262

#c687ba color RGB value is (198,135,186).

#c687ba hex color red value is 198, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c687ba hue: 0.87 , saturation: 0.36 and the lightness value of c687ba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 10111010
Octal 306 207 272
Decimal 198 135 186
Hex C6 87 BA

RGB Percentages of Color #c687ba

%38.15
%26.01
%35.84

CMYK Percentages of Color #c687ba

%0
%32
%6
%22

Triadic Colors of #c687ba

#c687ba #bac687 #87bac6

Analogous Colors of #c687ba

#c687ba #c6879b #b387c6

Monochromatic Colors of #c687ba

#c687ba

Complementary Color

#c687ba #87c693

#c687ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c687ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c687ba Color CSS Codes

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

#c687ba Text Font Color

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

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


#c687ba Background Color

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

This div background color is #c687ba


#c687ba Border Color

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

This div border color is #c687ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c687ba


Comments

No comments written yet.

Please login to write comment.