Color Hex Logo

#c699fc Color Hex

#C699FC
(198,153,252)
0 Favorites   0 Comments

Color spaces of #c699fc

RGB 198153252
HSL0.740.940.79
HSV267°39°99°
CMYK 0.210.390.00   0.01
XYZ52.250641.816597.4129
Yxy41.81650.27290.2184
Hunter Lab64.665731.0651-44.0490
CIE-Lab70.744235.6972-43.1560

#c699fc color RGB value is (198,153,252).

#c699fc hex color red value is 198, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c699fc hue: 0.74 , saturation: 0.94 and the lightness value of c699fc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011001 11111100
Octal 306 231 374
Decimal 198 153 252
Hex C6 99 FC

RGB Percentages of Color #c699fc

%32.84
%25.37
%41.79

CMYK Percentages of Color #c699fc

%21
%39
%0
%1

Triadic Colors of #c699fc

#c699fc #fcc699 #99fcc6

Analogous Colors of #c699fc

#c699fc #f899fc #999efc

Monochromatic Colors of #c699fc

#c699fc

Complementary Color

#c699fc #cffc99

#c699fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c699fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c699fc Color CSS Codes

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

#c699fc Text Font Color

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

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


#c699fc Background Color

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

This div background color is #c699fc


#c699fc Border Color

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

This div border color is #c699fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,153,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 #c699fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c699fc


Comments

No comments written yet.

Please login to write comment.