Color Hex Logo

#c69cdf Color Hex

#C69CDF
(198,156,223)
0 Favorites   0 Comments

Color spaces of #c69cdf

RGB 198156223
HSL0.770.510.74
HSV278°30°87°
CMYK 0.110.300.00   0.13
XYZ48.496541.110475.1911
Yxy41.11040.29430.2495
Hunter Lab64.117422.8067-24.6478
CIE-Lab70.253227.7593-28.0672

#c69cdf color RGB value is (198,156,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011100 11011111
Octal 306 234 337
Decimal 198 156 223
Hex C6 9C DF

RGB Percentages of Color #c69cdf

%34.32
%27.04
%38.65

CMYK Percentages of Color #c69cdf

%11
%30
%0
%13

Triadic Colors of #c69cdf

#c69cdf #dfc69c #9cdfc6

Analogous Colors of #c69cdf

#c69cdf #df9cd7 #a59cdf

Monochromatic Colors of #c69cdf

#c69cdf

Complementary Color

#c69cdf #b5df9c

#c69cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69cdf Color CSS Codes

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

#c69cdf Text Font Color

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

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


#c69cdf Background Color

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

This div background color is #c69cdf


#c69cdf Border Color

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

This div border color is #c69cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69cdf


Comments

No comments written yet.

Please login to write comment.