Color Hex Logo

#c68bbd Color Hex

#C68BBD
(198,139,189)
0 Favorites   0 Comments

Color spaces of #c68bbd

RGB 198139189
HSL0.860.340.66
HSV309°30°78°
CMYK 0.000.300.05   0.22
XYZ41.706634.145152.5366
Yxy34.14510.32480.2660
Hunter Lab58.433825.1436-12.4027
CIE-Lab65.077630.4768-17.0777

#c68bbd color RGB value is (198,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001011 10111101
Octal 306 213 275
Decimal 198 139 189
Hex C6 8B BD

RGB Percentages of Color #c68bbd

%37.64
%26.43
%35.93

CMYK Percentages of Color #c68bbd

%0
%30
%5
%22

Triadic Colors of #c68bbd

#c68bbd #bdc68b #8bbdc6

Analogous Colors of #c68bbd

#c68bbd #c68ba0 #b28bc6

Monochromatic Colors of #c68bbd

#c68bbd

Complementary Color

#c68bbd #8bc694

#c68bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68bbd Color CSS Codes

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

#c68bbd Text Font Color

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

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


#c68bbd Background Color

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

This div background color is #c68bbd


#c68bbd Border Color

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

This div border color is #c68bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68bbd


Comments

No comments written yet.

Please login to write comment.