Color Hex Logo

#c69cdc Color Hex

#C69CDC
(198,156,220)
0 Favorites   0 Comments

Color spaces of #c69cdc

RGB 198156220
HSL0.780.480.74
HSV279°29°86°
CMYK 0.100.290.00   0.14
XYZ48.095440.950073.0794
Yxy40.95000.29670.2526
Hunter Lab63.992222.1711-22.9149
CIE-Lab70.140927.1389-26.5902

#c69cdc color RGB value is (198,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011100 11011100
Octal 306 234 334
Decimal 198 156 220
Hex C6 9C DC

RGB Percentages of Color #c69cdc

%34.49
%27.18
%38.33

CMYK Percentages of Color #c69cdc

%10
%29
%0
%14

Triadic Colors of #c69cdc

#c69cdc #dcc69c #9cdcc6

Analogous Colors of #c69cdc

#c69cdc #dc9cd2 #a69cdc

Monochromatic Colors of #c69cdc

#c69cdc

Complementary Color

#c69cdc #b2dc9c

#c69cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69cdc Color CSS Codes

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

#c69cdc Text Font Color

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

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


#c69cdc Background Color

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

This div background color is #c69cdc


#c69cdc Border Color

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

This div border color is #c69cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69cdc


Comments

No comments written yet.

Please login to write comment.