Color Hex Logo

#c688eb Color Hex

#C688EB
(198,136,235)
0 Favorites   0 Comments

Color spaces of #c688eb

RGB 198136235
HSL0.770.710.73
HSV278°42°92°
CMYK 0.160.420.00   0.08
XYZ47.088335.612282.9893
Yxy35.61220.28420.2149
Hunter Lab59.676036.4154-40.6794
CIE-Lab66.222541.2276-40.9281

#c688eb color RGB value is (198,136,235).

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

The process color (four color CMYK) of #c688eb color hex is 0.16, 0.42, 0.00, 0.08. Web safe color of #c688eb is #cc99ff. Color #c688eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 11101011
Octal 306 210 353
Decimal 198 136 235
Hex C6 88 EB

RGB Percentages of Color #c688eb

%34.80
%23.90
%41.30

CMYK Percentages of Color #c688eb

%16
%42
%0
%8

Triadic Colors of #c688eb

#c688eb #ebc688 #88ebc6

Analogous Colors of #c688eb

#c688eb #eb88df #9588eb

Monochromatic Colors of #c688eb

#c688eb

Complementary Color

#c688eb #adeb88

#c688eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688eb Color CSS Codes

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

#c688eb Text Font Color

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

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


#c688eb Background Color

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

This div background color is #c688eb


#c688eb Border Color

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

This div border color is #c688eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688eb


Comments

No comments written yet.

Please login to write comment.