Color Hex Logo

#c98abc Color Hex

#C98ABC
(201,138,188)
0 Favorites   0 Comments

Color spaces of #c98abc

RGB 201138188
HSL0.870.370.66
HSV312°31°79°
CMYK 0.000.310.06   0.21
XYZ42.253034.225351.9561
Yxy34.22530.32900.2665
Hunter Lab58.502426.5414-11.7039
CIE-Lab65.141031.8555-16.3885

#c98abc color RGB value is (201,138,188).

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

The process color (four color CMYK) of #c98abc color hex is 0.00, 0.31, 0.06, 0.21. Web safe color of #c98abc is #cc99cc. Color #c98abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001010 10111100
Octal 311 212 274
Decimal 201 138 188
Hex C9 8A BC

RGB Percentages of Color #c98abc

%38.14
%26.19
%35.67

CMYK Percentages of Color #c98abc

%0
%31
%6
%21

Triadic Colors of #c98abc

#c98abc #bcc98a #8abcc9

Analogous Colors of #c98abc

#c98abc #c98a9d #b78ac9

Monochromatic Colors of #c98abc

#c98abc

Complementary Color

#c98abc #8ac997

#c98abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98abc Color CSS Codes

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

#c98abc Text Font Color

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

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


#c98abc Background Color

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

This div background color is #c98abc


#c98abc Border Color

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

This div border color is #c98abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98abc


Comments

No comments written yet.

Please login to write comment.