Color Hex Logo

#c68abc Color Hex

#C68ABC
(198,138,188)
0 Favorites   0 Comments

Color spaces of #c68abc

RGB 198138188
HSL0.860.340.66
HSV310°30°78°
CMYK 0.000.300.05   0.22
XYZ41.454333.813651.9187
Yxy33.81360.32590.2659
Hunter Lab58.149525.4897-12.2324
CIE-Lab64.814330.8437-16.9142

#c68abc color RGB value is (198,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001010 10111100
Octal 306 212 274
Decimal 198 138 188
Hex C6 8A BC

RGB Percentages of Color #c68abc

%37.79
%26.34
%35.88

CMYK Percentages of Color #c68abc

%0
%30
%5
%22

Triadic Colors of #c68abc

#c68abc #bcc68a #8abcc6

Analogous Colors of #c68abc

#c68abc #c68a9e #b28ac6

Monochromatic Colors of #c68abc

#c68abc

Complementary Color

#c68abc #8ac694

#c68abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68abc Color CSS Codes

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

#c68abc Text Font Color

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

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


#c68abc Background Color

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

This div background color is #c68abc


#c68abc Border Color

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

This div border color is #c68abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68abc


Comments

No comments written yet.

Please login to write comment.