Color Hex Logo

#c98dbf Color Hex

#C98DBF
(201,141,191)
0 Favorites   0 Comments

Color spaces of #c98dbf

RGB 201141191
HSL0.860.360.67
HSV310°30°79°
CMYK 0.000.300.05   0.21
XYZ43.016235.228853.8229
Yxy35.22880.32570.2667
Hunter Lab59.353925.4971-12.2173
CIE-Lab65.926430.7540-16.8841

#c98dbf color RGB value is (201,141,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001101 10111111
Octal 311 215 277
Decimal 201 141 191
Hex C9 8D BF

RGB Percentages of Color #c98dbf

%37.71
%26.45
%35.83

CMYK Percentages of Color #c98dbf

%0
%30
%5
%21

Triadic Colors of #c98dbf

#c98dbf #bfc98d #8dbfc9

Analogous Colors of #c98dbf

#c98dbf #c98da1 #b58dc9

Monochromatic Colors of #c98dbf

#c98dbf

Complementary Color

#c98dbf #8dc997

#c98dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98dbf Color CSS Codes

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

#c98dbf Text Font Color

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

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


#c98dbf Background Color

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

This div background color is #c98dbf


#c98dbf Border Color

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

This div border color is #c98dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98dbf


Comments

No comments written yet.

Please login to write comment.