Color Hex Logo

#c68ede Color Hex

#C68EDE
(198,142,222)
0 Favorites   0 Comments

Color spaces of #c68ede

RGB 198142222
HSL0.780.550.71
HSV282°36°87°
CMYK 0.110.360.00   0.13
XYZ46.146536.625773.7445
Yxy36.62570.29480.2340
Hunter Lab60.519230.1996-29.8833
CIE-Lab66.995335.2415-32.5433

#c68ede color RGB value is (198,142,222).

#c68ede hex color red value is 198, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c68ede hue: 0.78 , saturation: 0.55 and the lightness value of c68ede is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001110 11011110
Octal 306 216 336
Decimal 198 142 222
Hex C6 8E DE

RGB Percentages of Color #c68ede

%35.23
%25.27
%39.50

CMYK Percentages of Color #c68ede

%11
%36
%0
%13

Triadic Colors of #c68ede

#c68ede #dec68e #8edec6

Analogous Colors of #c68ede

#c68ede #de8ece #9e8ede

Monochromatic Colors of #c68ede

#c68ede

Complementary Color

#c68ede #a6de8e

#c68ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68ede Color CSS Codes

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

#c68ede Text Font Color

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

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


#c68ede Background Color

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

This div background color is #c68ede


#c68ede Border Color

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

This div border color is #c68ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68ede


Comments

No comments written yet.

Please login to write comment.