Color Hex Logo

#c678dd Color Hex

#C678DD
(198,120,221)
1 Favorites   0 Comments

Color spaces of #c678dd

RGB 198120221
HSL0.800.600.67
HSV286°46°87°
CMYK 0.100.460.00   0.13
XYZ43.056330.659272.0551
Yxy30.65920.29540.2103
Hunter Lab55.370841.9028-38.3958
CIE-Lab62.218946.8540-39.4268

#c678dd color RGB value is (198,120,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111000 11011101
Octal 306 170 335
Decimal 198 120 221
Hex C6 78 DD

RGB Percentages of Color #c678dd

%36.73
%22.26
%41.00

CMYK Percentages of Color #c678dd

%10
%46
%0
%13

Triadic Colors of #c678dd

#c678dd #ddc678 #78ddc6

Analogous Colors of #c678dd

#c678dd #dd78c2 #9478dd

Monochromatic Colors of #c678dd

#c678dd

Complementary Color

#c678dd #8fdd78

#c678dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c678dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c678dd Color CSS Codes

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

#c678dd Text Font Color

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

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


#c678dd Background Color

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

This div background color is #c678dd


#c678dd Border Color

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

This div border color is #c678dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c678dd

#c678dd Color Palettes


Comments

No comments written yet.

Please login to write comment.