Color Hex Logo

#c686ee Color Hex

#C686EE
(198,134,238)
0 Favorites   0 Comments

Color spaces of #c686ee

RGB 198134238
HSL0.770.750.73
HSV277°44°93°
CMYK 0.170.440.00   0.07
XYZ47.246435.229085.1986
Yxy35.22900.28180.2101
Hunter Lab59.354038.2183-43.5589
CIE-Lab65.926642.9457-43.0454

#c686ee color RGB value is (198,134,238).

#c686ee hex color red value is 198, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c686ee hue: 0.77 , saturation: 0.75 and the lightness value of c686ee is 0.73.

The process color (four color CMYK) of #c686ee color hex is 0.17, 0.44, 0.00, 0.07. Web safe color of #c686ee is #cc99ff. Color #c686ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000110 11101110
Octal 306 206 356
Decimal 198 134 238
Hex C6 86 EE

RGB Percentages of Color #c686ee

%34.74
%23.51
%41.75

CMYK Percentages of Color #c686ee

%17
%44
%0
%7

Triadic Colors of #c686ee

#c686ee #eec686 #86eec6

Analogous Colors of #c686ee

#c686ee #ee86e2 #9286ee

Monochromatic Colors of #c686ee

#c686ee

Complementary Color

#c686ee #aeee86

#c686ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c686ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c686ee Color CSS Codes

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

#c686ee Text Font Color

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

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


#c686ee Background Color

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

This div background color is #c686ee


#c686ee Border Color

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

This div border color is #c686ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c686ee


Comments

No comments written yet.

Please login to write comment.