Color Hex Logo

#c68dbc Color Hex

#C68DBC
(198,141,188)
0 Favorites   0 Comments

Color spaces of #c68dbc

RGB 198141188
HSL0.860.330.66
HSV311°29°78°
CMYK 0.000.290.05   0.22
XYZ41.890734.686452.0642
Yxy34.68640.32560.2696
Hunter Lab58.895223.8962-11.1866
CIE-Lab65.503829.1980-15.8713

#c68dbc color RGB value is (198,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001101 10111100
Octal 306 215 274
Decimal 198 141 188
Hex C6 8D BC

RGB Percentages of Color #c68dbc

%37.57
%26.76
%35.67

CMYK Percentages of Color #c68dbc

%0
%29
%5
%22

Triadic Colors of #c68dbc

#c68dbc #bcc68d #8dbcc6

Analogous Colors of #c68dbc

#c68dbc #c68da0 #b48dc6

Monochromatic Colors of #c68dbc

#c68dbc

Complementary Color

#c68dbc #8dc697

#c68dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68dbc Color CSS Codes

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

#c68dbc Text Font Color

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

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


#c68dbc Background Color

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

This div background color is #c68dbc


#c68dbc Border Color

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

This div border color is #c68dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68dbc


Comments

No comments written yet.

Please login to write comment.