Color Hex Logo

#c686d5 Color Hex

#C686D5
(198,134,213)
0 Favorites   0 Comments

Color spaces of #c686d5

RGB 198134213
HSL0.800.480.68
HSV289°37°84°
CMYK 0.070.370.00   0.16
XYZ43.824033.860167.1767
Yxy33.86010.30250.2337
Hunter Lab58.189432.6016-27.7146
CIE-Lab64.851437.7759-30.8625

#c686d5 color RGB value is (198,134,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 11010101
Octal 306 206 325
Decimal 198 134 213
Hex C6 86 D5

RGB Percentages of Color #c686d5

%36.33
%24.59
%39.08

CMYK Percentages of Color #c686d5

%7
%37
%0
%16

Triadic Colors of #c686d5

#c686d5 #d5c686 #86d5c6

Analogous Colors of #c686d5

#c686d5 #d586bd #9f86d5

Monochromatic Colors of #c686d5

#c686d5

Complementary Color

#c686d5 #95d586

#c686d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c686d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c686d5 Color CSS Codes

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

#c686d5 Text Font Color

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

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


#c686d5 Background Color

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

This div background color is #c686d5


#c686d5 Border Color

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

This div border color is #c686d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c686d5


Comments

No comments written yet.

Please login to write comment.