Color Hex Logo

#c669de Color Hex

#C669DE
(198,105,222)
0 Favorites   0 Comments

Color spaces of #c669de

RGB 198105222
HSL0.800.640.64
HSV288°53°87°
CMYK 0.110.530.00   0.13
XYZ41.525127.382872.2040
Yxy27.38280.29430.1941
Hunter Lab52.328650.0728-45.1795
CIE-Lab59.327054.7119-44.5328

#c669de color RGB value is (198,105,222).

#c669de hex color red value is 198, green value is 105 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c669de hue: 0.80 , saturation: 0.64 and the lightness value of c669de is 0.64.

The process color (four color CMYK) of #c669de color hex is 0.11, 0.53, 0.00, 0.13. Web safe color of #c669de is #cc66cc. Color #c669de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 11011110
Octal 306 151 336
Decimal 198 105 222
Hex C6 69 DE

RGB Percentages of Color #c669de

%37.71
%20.00
%42.29

CMYK Percentages of Color #c669de

%11
%53
%0
%13

Triadic Colors of #c669de

#c669de #dec669 #69dec6

Analogous Colors of #c669de

#c669de #de69bc #8c69de

Monochromatic Colors of #c669de

#c669de

Complementary Color

#c669de #81de69

#c669de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c669de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c669de Color CSS Codes

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

#c669de Text Font Color

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

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


#c669de Background Color

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

This div background color is #c669de


#c669de Border Color

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

This div border color is #c669de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c669de


Comments

No comments written yet.

Please login to write comment.