Color Hex Logo

#c69deb Color Hex

#C69DEB
(198,157,235)
0 Favorites   0 Comments

Color spaces of #c69deb

RGB 198157235
HSL0.750.660.77
HSV272°33°92°
CMYK 0.160.330.00   0.08
XYZ50.341142.117984.0736
Yxy42.11790.28520.2386
Hunter Lab64.898324.8890-31.3794
CIE-Lab70.952129.7494-33.5658

#c69deb color RGB value is (198,157,235).

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

The process color (four color CMYK) of #c69deb color hex is 0.16, 0.33, 0.00, 0.08. Web safe color of #c69deb is #cc99ff. Color #c69deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 11101011
Octal 306 235 353
Decimal 198 157 235
Hex C6 9D EB

RGB Percentages of Color #c69deb

%33.56
%26.61
%39.83

CMYK Percentages of Color #c69deb

%16
%33
%0
%8

Triadic Colors of #c69deb

#c69deb #ebc69d #9debc6

Analogous Colors of #c69deb

#c69deb #eb9de9 #9f9deb

Monochromatic Colors of #c69deb

#c69deb

Complementary Color

#c69deb #c2eb9d

#c69deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69deb Color CSS Codes

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

#c69deb Text Font Color

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

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


#c69deb Background Color

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

This div background color is #c69deb


#c69deb Border Color

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

This div border color is #c69deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69deb


Comments

No comments written yet.

Please login to write comment.