Color Hex Logo

#c69ddf Color Hex

#C69DDF
(198,157,223)
0 Favorites   0 Comments

Color spaces of #c69ddf

RGB 198157223
HSL0.770.510.75
HSV277°30°87°
CMYK 0.110.300.00   0.13
XYZ48.665041.447475.2473
Yxy41.44740.29430.2506
Hunter Lab64.379722.2649-24.2327
CIE-Lab70.488227.2084-27.7060

#c69ddf color RGB value is (198,157,223).

#c69ddf hex color red value is 198, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c69ddf hue: 0.77 , saturation: 0.51 and the lightness value of c69ddf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 11011111
Octal 306 235 337
Decimal 198 157 223
Hex C6 9D DF

RGB Percentages of Color #c69ddf

%34.26
%27.16
%38.58

CMYK Percentages of Color #c69ddf

%11
%30
%0
%13

Triadic Colors of #c69ddf

#c69ddf #dfc69d #9ddfc6

Analogous Colors of #c69ddf

#c69ddf #df9dd7 #a59ddf

Monochromatic Colors of #c69ddf

#c69ddf

Complementary Color

#c69ddf #b6df9d

#c69ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69ddf Color CSS Codes

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

#c69ddf Text Font Color

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

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


#c69ddf Background Color

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

This div background color is #c69ddf


#c69ddf Border Color

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

This div border color is #c69ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69ddf


Comments

No comments written yet.

Please login to write comment.