Color Hex Logo

#c98bbd Color Hex

#C98BBD
(201,139,189)
0 Favorites   0 Comments

Color spaces of #c98bbd

RGB 201139189
HSL0.870.360.67
HSV312°31°79°
CMYK 0.000.310.06   0.21
XYZ42.505334.556952.5740
Yxy34.55690.32790.2666
Hunter Lab58.785126.1927-11.8760
CIE-Lab65.402231.4876-16.5552

#c98bbd color RGB value is (201,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 10111101
Octal 311 213 275
Decimal 201 139 189
Hex C9 8B BD

RGB Percentages of Color #c98bbd

%38.00
%26.28
%35.73

CMYK Percentages of Color #c98bbd

%0
%31
%6
%21

Triadic Colors of #c98bbd

#c98bbd #bdc98b #8bbdc9

Analogous Colors of #c98bbd

#c98bbd #c98b9e #b68bc9

Monochromatic Colors of #c98bbd

#c98bbd

Complementary Color

#c98bbd #8bc997

#c98bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bbd Color CSS Codes

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

#c98bbd Text Font Color

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

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


#c98bbd Background Color

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

This div background color is #c98bbd


#c98bbd Border Color

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

This div border color is #c98bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bbd


Comments

No comments written yet.

Please login to write comment.