Color Hex Logo

#c688fc Color Hex

#C688FC
(198,136,252)
0 Favorites   0 Comments

Color spaces of #c688fc

RGB 198136252
HSL0.760.950.76
HSV272°46°99°
CMYK 0.210.460.00   0.01
XYZ49.663536.642496.5506
Yxy36.64240.27160.2004
Hunter Lab60.533040.5154-52.1950
CIE-Lab67.007944.9272-49.0276

#c688fc color RGB value is (198,136,252).

#c688fc hex color red value is 198, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c688fc hue: 0.76 , saturation: 0.95 and the lightness value of c688fc is 0.76.

The process color (four color CMYK) of #c688fc color hex is 0.21, 0.46, 0.00, 0.01. Web safe color of #c688fc is #cc99ff. Color #c688fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 11111100
Octal 306 210 374
Decimal 198 136 252
Hex C6 88 FC

RGB Percentages of Color #c688fc

%33.79
%23.21
%43.00

CMYK Percentages of Color #c688fc

%21
%46
%0
%1

Triadic Colors of #c688fc

#c688fc #fcc688 #88fcc6

Analogous Colors of #c688fc

#c688fc #fc88f8 #8c88fc

Monochromatic Colors of #c688fc

#c688fc

Complementary Color

#c688fc #befc88

#c688fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688fc Color CSS Codes

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

#c688fc Text Font Color

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

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


#c688fc Background Color

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

This div background color is #c688fc


#c688fc Border Color

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

This div border color is #c688fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688fc


Comments

No comments written yet.

Please login to write comment.