Color Hex Logo

#c688fa Color Hex

#C688FA
(198,136,250)
0 Favorites   0 Comments

Color spaces of #c688fa

RGB 198136250
HSL0.760.920.76
HSV273°46°98°
CMYK 0.210.460.00   0.02
XYZ49.348236.516294.8899
Yxy36.51620.27300.2020
Hunter Lab60.428640.0194-50.8019
CIE-Lab66.912544.4844-48.0841

#c688fa color RGB value is (198,136,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 11111010
Octal 306 210 372
Decimal 198 136 250
Hex C6 88 FA

RGB Percentages of Color #c688fa

%33.90
%23.29
%42.81

CMYK Percentages of Color #c688fa

%21
%46
%0
%2

Triadic Colors of #c688fa

#c688fa #fac688 #88fac6

Analogous Colors of #c688fa

#c688fa #fa88f5 #8d88fa

Monochromatic Colors of #c688fa

#c688fa

Complementary Color

#c688fa #bcfa88

#c688fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c688fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c688fa Color CSS Codes

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

#c688fa Text Font Color

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

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


#c688fa Background Color

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

This div background color is #c688fa


#c688fa Border Color

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

This div border color is #c688fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c688fa


Comments

No comments written yet.

Please login to write comment.