Color Hex Logo

#c69fdd Color Hex

#C69FDD
(198,159,221)
0 Favorites   0 Comments

Color spaces of #c69fdd

RGB 198159221
HSL0.770.480.75
HSV278°28°87°
CMYK 0.100.280.00   0.13
XYZ48.738042.022573.9490
Yxy42.02250.29590.2551
Hunter Lab64.824820.7605-22.2579
CIE-Lab70.886425.6920-25.9966

#c69fdd color RGB value is (198,159,221).

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

The process color (four color CMYK) of #c69fdd color hex is 0.10, 0.28, 0.00, 0.13. Web safe color of #c69fdd is #cc99cc. Color #c69fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011111 11011101
Octal 306 237 335
Decimal 198 159 221
Hex C6 9F DD

RGB Percentages of Color #c69fdd

%34.26
%27.51
%38.24

CMYK Percentages of Color #c69fdd

%10
%28
%0
%13

Triadic Colors of #c69fdd

#c69fdd #ddc69f #9fddc6

Analogous Colors of #c69fdd

#c69fdd #dd9fd5 #a79fdd

Monochromatic Colors of #c69fdd

#c69fdd

Complementary Color

#c69fdd #b6dd9f

#c69fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69fdd Color CSS Codes

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

#c69fdd Text Font Color

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

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


#c69fdd Background Color

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

This div background color is #c69fdd


#c69fdd Border Color

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

This div border color is #c69fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69fdd


Comments

No comments written yet.

Please login to write comment.