Color Hex Logo

#c98dbc Color Hex

#C98DBC
(201,141,188)
0 Favorites   0 Comments

Color spaces of #c98dbc

RGB 201141188
HSL0.870.360.67
HSV313°30°79°
CMYK 0.000.300.06   0.21
XYZ42.689435.098152.1016
Yxy35.09810.32870.2702
Hunter Lab59.243624.9460-10.6718
CIE-Lab65.825030.2166-15.3550

#c98dbc color RGB value is (201,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001101 10111100
Octal 311 215 274
Decimal 201 141 188
Hex C9 8D BC

RGB Percentages of Color #c98dbc

%37.92
%26.60
%35.47

CMYK Percentages of Color #c98dbc

%0
%30
%6
%21

Triadic Colors of #c98dbc

#c98dbc #bcc98d #8dbcc9

Analogous Colors of #c98dbc

#c98dbc #c98d9e #b88dc9

Monochromatic Colors of #c98dbc

#c98dbc

Complementary Color

#c98dbc #8dc99a

#c98dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98dbc Color CSS Codes

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

#c98dbc Text Font Color

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

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


#c98dbc Background Color

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

This div background color is #c98dbc


#c98dbc Border Color

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

This div border color is #c98dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98dbc


Comments

No comments written yet.

Please login to write comment.