Color Hex Logo

#c69ddc Color Hex

#C69DDC
(198,157,220)
0 Favorites   0 Comments

Color spaces of #c69ddc

RGB 198157220
HSL0.780.470.74
HSV279°29°86°
CMYK 0.100.290.00   0.14
XYZ48.263941.287073.1356
Yxy41.28700.29670.2538
Hunter Lab64.255021.6307-22.5060
CIE-Lab70.376526.5879-26.2288

#c69ddc color RGB value is (198,157,220).

#c69ddc hex color red value is 198, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c69ddc hue: 0.78 , saturation: 0.47 and the lightness value of c69ddc is 0.74.

The process color (four color CMYK) of #c69ddc color hex is 0.10, 0.29, 0.00, 0.14. Web safe color of #c69ddc is #cc99cc. Color #c69ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 11011100
Octal 306 235 334
Decimal 198 157 220
Hex C6 9D DC

RGB Percentages of Color #c69ddc

%34.43
%27.30
%38.26

CMYK Percentages of Color #c69ddc

%10
%29
%0
%14

Triadic Colors of #c69ddc

#c69ddc #dcc69d #9ddcc6

Analogous Colors of #c69ddc

#c69ddc #dc9dd3 #a79ddc

Monochromatic Colors of #c69ddc

#c69ddc

Complementary Color

#c69ddc #b3dc9d

#c69ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69ddc Color CSS Codes

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

#c69ddc Text Font Color

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

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


#c69ddc Background Color

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

This div background color is #c69ddc


#c69ddc Border Color

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

This div border color is #c69ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69ddc


Comments

No comments written yet.

Please login to write comment.