Color Hex Logo

#c98cbe Color Hex

#C98CBE
(201,140,190)
0 Favorites   0 Comments

Color spaces of #c98cbe

RGB 201140190
HSL0.860.360.67
HSV311°30°79°
CMYK 0.000.300.05   0.21
XYZ42.759734.891453.1962
Yxy34.89140.32680.2667
Hunter Lab59.068925.8446-12.0470
CIE-Lab65.664031.1204-16.7204

#c98cbe color RGB value is (201,140,190).

#c98cbe hex color red value is 201, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c98cbe hue: 0.86 , saturation: 0.36 and the lightness value of c98cbe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001100 10111110
Octal 311 214 276
Decimal 201 140 190
Hex C9 8C BE

RGB Percentages of Color #c98cbe

%37.85
%26.37
%35.78

CMYK Percentages of Color #c98cbe

%0
%30
%5
%21

Triadic Colors of #c98cbe

#c98cbe #bec98c #8cbec9

Analogous Colors of #c98cbe

#c98cbe #c98ca0 #b68cc9

Monochromatic Colors of #c98cbe

#c98cbe

Complementary Color

#c98cbe #8cc997

#c98cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98cbe Color CSS Codes

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

#c98cbe Text Font Color

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

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


#c98cbe Background Color

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

This div background color is #c98cbe


#c98cbe Border Color

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

This div border color is #c98cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98cbe

#c98cbe Color Palettes


Comments

No comments written yet.

Please login to write comment.