Color Hex Logo

#c689de Color Hex

#C689DE
(198,137,222)
0 Favorites   0 Comments

Color spaces of #c689de

RGB 198137222
HSL0.790.560.70
HSV283°38°87°
CMYK 0.110.380.00   0.13
XYZ45.419235.171073.5021
Yxy35.17100.29480.2282
Hunter Lab59.305132.9213-31.9697
CIE-Lab65.881637.9664-34.2708

#c689de color RGB value is (198,137,222).

#c689de hex color red value is 198, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c689de hue: 0.79 , saturation: 0.56 and the lightness value of c689de is 0.70.

The process color (four color CMYK) of #c689de color hex is 0.11, 0.38, 0.00, 0.13. Web safe color of #c689de is #cc99cc. Color #c689de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001001 11011110
Octal 306 211 336
Decimal 198 137 222
Hex C6 89 DE

RGB Percentages of Color #c689de

%35.55
%24.60
%39.86

CMYK Percentages of Color #c689de

%11
%38
%0
%13

Triadic Colors of #c689de

#c689de #dec689 #89dec6

Analogous Colors of #c689de

#c689de #de89cc #9c89de

Monochromatic Colors of #c689de

#c689de

Complementary Color

#c689de #a1de89

#c689de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c689de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c689de Color CSS Codes

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

#c689de Text Font Color

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

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


#c689de Background Color

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

This div background color is #c689de


#c689de Border Color

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

This div border color is #c689de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c689de


Comments

No comments written yet.

Please login to write comment.