Color Hex Logo

#c68cbb Color Hex

#C68CBB
(198,140,187)
0 Favorites   0 Comments

Color spaces of #c68cbb

RGB 198140187
HSL0.860.340.66
HSV311°29°78°
CMYK 0.000.290.06   0.22
XYZ41.636434.349851.4494
Yxy34.34980.32670.2695
Hunter Lab58.608724.2435-11.0214
CIE-Lab65.239329.5665-15.7093

#c68cbb color RGB value is (198,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001100 10111011
Octal 306 214 273
Decimal 198 140 187
Hex C6 8C BB

RGB Percentages of Color #c68cbb

%37.71
%26.67
%35.62

CMYK Percentages of Color #c68cbb

%0
%29
%6
%22

Triadic Colors of #c68cbb

#c68cbb #bbc68c #8cbbc6

Analogous Colors of #c68cbb

#c68cbb #c68c9e #b48cc6

Monochromatic Colors of #c68cbb

#c68cbb

Complementary Color

#c68cbb #8cc697

#c68cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68cbb Color CSS Codes

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

#c68cbb Text Font Color

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

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


#c68cbb Background Color

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

This div background color is #c68cbb


#c68cbb Border Color

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

This div border color is #c68cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68cbb


Comments

No comments written yet.

Please login to write comment.