Color Hex Logo

#c688ec Color Hex

#C688EC
(198,136,236)
0 Favorites   0 Comments

Color spaces of #c688ec

RGB 198136236
HSL0.770.720.73
HSV277°42°93°
CMYK 0.160.420.00   0.07
XYZ47.233235.670283.7525
Yxy35.67020.28340.2140
Hunter Lab59.724536.6489-41.3360
CIE-Lab66.267241.4407-41.4095

#c688ec color RGB value is (198,136,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 11101100
Octal 306 210 354
Decimal 198 136 236
Hex C6 88 EC

RGB Percentages of Color #c688ec

%34.74
%23.86
%41.40

CMYK Percentages of Color #c688ec

%16
%42
%0
%7

Triadic Colors of #c688ec

#c688ec #ecc688 #88ecc6

Analogous Colors of #c688ec

#c688ec #ec88e0 #9488ec

Monochromatic Colors of #c688ec

#c688ec

Complementary Color

#c688ec #aeec88

#c688ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688ec Color CSS Codes

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

#c688ec Text Font Color

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

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


#c688ec Background Color

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

This div background color is #c688ec


#c688ec Border Color

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

This div border color is #c688ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688ec


Comments

No comments written yet.

Please login to write comment.