Color Hex Logo

#c687d6 Color Hex

#C687D6
(198,135,214)
0 Favorites   0 Comments

Color spaces of #c687d6

RGB 198135214
HSL0.800.490.68
HSV288°37°84°
CMYK 0.070.370.00   0.16
XYZ44.090334.188867.8936
Yxy34.18880.30160.2339
Hunter Lab58.471232.2736-27.9145
CIE-Lab65.112237.4326-31.0164

#c687d6 color RGB value is (198,135,214).

#c687d6 hex color red value is 198, green value is 135 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #c687d6 hue: 0.80 , saturation: 0.49 and the lightness value of c687d6 is 0.68.

The process color (four color CMYK) of #c687d6 color hex is 0.07, 0.37, 0.00, 0.16. Web safe color of #c687d6 is #cc99cc. Color #c687d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 11010110
Octal 306 207 326
Decimal 198 135 214
Hex C6 87 D6

RGB Percentages of Color #c687d6

%36.20
%24.68
%39.12

CMYK Percentages of Color #c687d6

%7
%37
%0
%16

Triadic Colors of #c687d6

#c687d6 #d6c687 #87d6c6

Analogous Colors of #c687d6

#c687d6 #d687bf #9f87d6

Monochromatic Colors of #c687d6

#c687d6

Complementary Color

#c687d6 #97d687

#c687d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c687d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c687d6 Color CSS Codes

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

#c687d6 Text Font Color

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

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


#c687d6 Background Color

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

This div background color is #c687d6


#c687d6 Border Color

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

This div border color is #c687d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c687d6


Comments

No comments written yet.

Please login to write comment.