Color Hex Logo

#c689fc Color Hex

#C689FC
(198,137,252)
0 Favorites   0 Comments

Color spaces of #c689fc

RGB 198137252
HSL0.760.950.76
HSV272°46°99°
CMYK 0.210.460.00   0.01
XYZ49.805136.925496.5978
Yxy36.92540.27170.2014
Hunter Lab60.766339.9607-51.7146
CIE-Lab67.221044.3909-48.6914

#c689fc color RGB value is (198,137,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 11111100
Octal 306 211 374
Decimal 198 137 252
Hex C6 89 FC

RGB Percentages of Color #c689fc

%33.73
%23.34
%42.93

CMYK Percentages of Color #c689fc

%21
%46
%0
%1

Triadic Colors of #c689fc

#c689fc #fcc689 #89fcc6

Analogous Colors of #c689fc

#c689fc #fc89f9 #8d89fc

Monochromatic Colors of #c689fc

#c689fc

Complementary Color

#c689fc #bffc89

#c689fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689fc Color CSS Codes

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

#c689fc Text Font Color

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

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


#c689fc Background Color

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

This div background color is #c689fc


#c689fc Border Color

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

This div border color is #c689fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689fc


Comments

No comments written yet.

Please login to write comment.