Color Hex Logo

#c98cbd Color Hex

#C98CBD
(201,140,189)
0 Favorites   0 Comments

Color spaces of #c98cbd

RGB 201140189
HSL0.870.360.67
HSV312°30°79°
CMYK 0.000.300.06   0.21
XYZ42.650834.847852.6225
Yxy34.84780.32780.2678
Hunter Lab59.032025.6607-11.5300
CIE-Lab65.630030.9416-16.2107

#c98cbd color RGB value is (201,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001100 10111101
Octal 311 214 275
Decimal 201 140 189
Hex C9 8C BD

RGB Percentages of Color #c98cbd

%37.92
%26.42
%35.66

CMYK Percentages of Color #c98cbd

%0
%30
%6
%21

Triadic Colors of #c98cbd

#c98cbd #bdc98c #8cbdc9

Analogous Colors of #c98cbd

#c98cbd #c98c9f #b78cc9

Monochromatic Colors of #c98cbd

#c98cbd

Complementary Color

#c98cbd #8cc998

#c98cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98cbd Color CSS Codes

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

#c98cbd Text Font Color

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

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


#c98cbd Background Color

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

This div background color is #c98cbd


#c98cbd Border Color

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

This div border color is #c98cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98cbd


Comments

No comments written yet.

Please login to write comment.