Color Hex Logo

#c68dbe Color Hex

#C68DBE
(198,141,190)
0 Favorites   0 Comments

Color spaces of #c68dbe

RGB 198141190
HSL0.860.330.66
HSV308°29°78°
CMYK 0.000.290.04   0.22
XYZ42.107834.773253.2078
Yxy34.77320.32370.2673
Hunter Lab58.968824.2659-12.2195
CIE-Lab65.571729.5614-16.8910

#c68dbe color RGB value is (198,141,190).

#c68dbe hex color red value is 198, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c68dbe hue: 0.86 , saturation: 0.33 and the lightness value of c68dbe is 0.66.

The process color (four color CMYK) of #c68dbe color hex is 0.00, 0.29, 0.04, 0.22. Web safe color of #c68dbe is #cc99cc. Color #c68dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 10111110
Octal 306 215 276
Decimal 198 141 190
Hex C6 8D BE

RGB Percentages of Color #c68dbe

%37.43
%26.65
%35.92

CMYK Percentages of Color #c68dbe

%0
%29
%4
%22

Triadic Colors of #c68dbe

#c68dbe #bec68d #8dbec6

Analogous Colors of #c68dbe

#c68dbe #c68da2 #b28dc6

Monochromatic Colors of #c68dbe

#c68dbe

Complementary Color

#c68dbe #8dc695

#c68dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68dbe Color CSS Codes

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

#c68dbe Text Font Color

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

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


#c68dbe Background Color

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

This div background color is #c68dbe


#c68dbe Border Color

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

This div border color is #c68dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68dbe


Comments

No comments written yet.

Please login to write comment.