Color Hex Logo

#c69def Color Hex

#C69DEF
(198,157,239)
0 Favorites   0 Comments

Color spaces of #c69def

RGB 198157239
HSL0.750.720.78
HSV270°34°94°
CMYK 0.170.340.00   0.06
XYZ50.925742.351787.1520
Yxy42.35170.28220.2347
Hunter Lab65.078225.7950-33.8458
CIE-Lab71.112730.6171-35.5016

#c69def color RGB value is (198,157,239).

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

The process color (four color CMYK) of #c69def color hex is 0.17, 0.34, 0.00, 0.06. Web safe color of #c69def is #cc99ff. Color #c69def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 11101111
Octal 306 235 357
Decimal 198 157 239
Hex C6 9D EF

RGB Percentages of Color #c69def

%33.33
%26.43
%40.24

CMYK Percentages of Color #c69def

%17
%34
%0
%6

Triadic Colors of #c69def

#c69def #efc69d #9defc6

Analogous Colors of #c69def

#c69def #ef9def #9d9def

Monochromatic Colors of #c69def

#c69def

Complementary Color

#c69def #c6ef9d

#c69def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69def Color CSS Codes

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

#c69def Text Font Color

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

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


#c69def Background Color

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

This div background color is #c69def


#c69def Border Color

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

This div border color is #c69def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69def


Comments

No comments written yet.

Please login to write comment.