Color Hex Logo

#c68bbb Color Hex

#C68BBB
(198,139,187)
0 Favorites   0 Comments

Color spaces of #c68bbb

RGB 198139187
HSL0.860.340.66
HSV311°30°78°
CMYK 0.000.300.06   0.22
XYZ41.491034.058951.4009
Yxy34.05890.32680.2683
Hunter Lab58.360024.7744-11.3680
CIE-Lab65.009330.1153-16.0569

#c68bbb color RGB value is (198,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 10111011
Octal 306 213 273
Decimal 198 139 187
Hex C6 8B BB

RGB Percentages of Color #c68bbb

%37.79
%26.53
%35.69

CMYK Percentages of Color #c68bbb

%0
%30
%6
%22

Triadic Colors of #c68bbb

#c68bbb #bbc68b #8bbbc6

Analogous Colors of #c68bbb

#c68bbb #c68b9e #b48bc6

Monochromatic Colors of #c68bbb

#c68bbb

Complementary Color

#c68bbb #8bc696

#c68bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bbb Color CSS Codes

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

#c68bbb Text Font Color

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

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


#c68bbb Background Color

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

This div background color is #c68bbb


#c68bbb Border Color

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

This div border color is #c68bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bbb


Comments

No comments written yet.

Please login to write comment.