Color Hex Logo

#c68cde Color Hex

#C68CDE
(198,140,222)
0 Favorites   0 Comments

Color spaces of #c68cde

RGB 198140222
HSL0.780.550.71
HSV282°37°87°
CMYK 0.110.370.00   0.13
XYZ45.851636.035973.6462
Yxy36.03590.29480.2317
Hunter Lab60.029931.2882-30.7175
CIE-Lab66.547336.3333-33.2375

#c68cde color RGB value is (198,140,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 11011110
Octal 306 214 336
Decimal 198 140 222
Hex C6 8C DE

RGB Percentages of Color #c68cde

%35.36
%25.00
%39.64

CMYK Percentages of Color #c68cde

%11
%37
%0
%13

Triadic Colors of #c68cde

#c68cde #dec68c #8cdec6

Analogous Colors of #c68cde

#c68cde #de8ccd #9d8cde

Monochromatic Colors of #c68cde

#c68cde

Complementary Color

#c68cde #a4de8c

#c68cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cde Color CSS Codes

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

#c68cde Text Font Color

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

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


#c68cde Background Color

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

This div background color is #c68cde


#c68cde Border Color

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

This div border color is #c68cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cde


Comments

No comments written yet.

Please login to write comment.