Color Hex Logo

#c679dd Color Hex

#C679DD
(198,121,221)
0 Favorites   0 Comments

Color spaces of #c679dd

RGB 198121221
HSL0.800.600.67
HSV286°45°87°
CMYK 0.100.450.00   0.13
XYZ43.177230.901072.0954
Yxy30.90100.29540.2114
Hunter Lab55.588741.3655-37.9838
CIE-Lab62.424046.3290-39.1057

#c679dd color RGB value is (198,121,221).

#c679dd hex color red value is 198, green value is 121 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c679dd hue: 0.80 , saturation: 0.60 and the lightness value of c679dd is 0.67.

The process color (four color CMYK) of #c679dd color hex is 0.10, 0.45, 0.00, 0.13. Web safe color of #c679dd is #cc66cc. Color #c679dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 11011101
Octal 306 171 335
Decimal 198 121 221
Hex C6 79 DD

RGB Percentages of Color #c679dd

%36.67
%22.41
%40.93

CMYK Percentages of Color #c679dd

%10
%45
%0
%13

Triadic Colors of #c679dd

#c679dd #ddc679 #79ddc6

Analogous Colors of #c679dd

#c679dd #dd79c2 #9479dd

Monochromatic Colors of #c679dd

#c679dd

Complementary Color

#c679dd #90dd79

#c679dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679dd Color CSS Codes

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

#c679dd Text Font Color

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

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


#c679dd Background Color

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

This div background color is #c679dd


#c679dd Border Color

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

This div border color is #c679dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679dd


Comments

No comments written yet.

Please login to write comment.