Color Hex Logo

#c69ced Color Hex

#C69CED
(198,156,237)
0 Favorites   0 Comments

Color spaces of #c69ced

RGB 198156237
HSL0.750.690.77
HSV271°34°93°
CMYK 0.160.340.00   0.07
XYZ50.463241.897185.5480
Yxy41.89710.28360.2355
Hunter Lab64.728025.8882-33.0513
CIE-Lab70.799930.7323-34.8946

#c69ced color RGB value is (198,156,237).

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

The process color (four color CMYK) of #c69ced color hex is 0.16, 0.34, 0.00, 0.07. Web safe color of #c69ced is #cc99ff. Color #c69ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011100 11101101
Octal 306 234 355
Decimal 198 156 237
Hex C6 9C ED

RGB Percentages of Color #c69ced

%33.50
%26.40
%40.10

CMYK Percentages of Color #c69ced

%16
%34
%0
%7

Triadic Colors of #c69ced

#c69ced #edc69c #9cedc6

Analogous Colors of #c69ced

#c69ced #ed9cec #9e9ced

Monochromatic Colors of #c69ced

#c69ced

Complementary Color

#c69ced #c3ed9c

#c69ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69ced Color CSS Codes

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

#c69ced Text Font Color

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

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


#c69ced Background Color

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

This div background color is #c69ced


#c69ced Border Color

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

This div border color is #c69ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69ced


Comments

No comments written yet.

Please login to write comment.