color codes Logo

#c69cdd color codes

#C69CDD
(198,156,221)
0 Favorites   0 Comments

Color spaces of #c69cdd

RGB 198156221
HSL0.770.490.74
HSV279°29°87°
CMYK 0.100.290.00   0.13
XYZ48.228341.003273.7791
Yxy41.00320.29590.2515
Hunter Lab64.033722.3818-23.4898
CIE-Lab70.178227.3449-27.0830

#c69cdd color RGB value is (198,156,221).

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

The process color (four color CMYK) of #c69cdd color code is 0.10, 0.29, 0.00, 0.13. Web safe color of #c69cdd is #cc99cc. Color #c69cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011100 11011101
Octal 306 234 335
Decimal 198 156 221
Hex C6 9C DD

RGB Percentages of Color #c69cdd

%34.43
%27.13
%38.43

CMYK Percentages of Color #c69cdd

%10
%29
%0
%13

Triadic Colors of #c69cdd

#c69cdd #ddc69c #9cddc6

Analogous Colors of #c69cdd

#c69cdd #dd9cd4 #a69cdd

Monochromatic Colors of #c69cdd

#c69cdd

Complementary Color

#c69cdd #b3dd9c

#c69cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69cdd Color CSS Codes

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

#c69cdd Text Font Color

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

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


#c69cdd Background Color

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

This div background color is #c69cdd


#c69cdd Border Color

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

This div border color is #c69cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69cdd


Comments

No comments written yet.

Please login to write comment.