Color Hex Logo

#c98bbb Color Hex

#C98BBB
(201,139,187)
0 Favorites   0 Comments

Color spaces of #c98bbb

RGB 201139187
HSL0.870.360.67
HSV314°31°79°
CMYK 0.000.310.07   0.21
XYZ42.289734.470651.4383
Yxy34.47060.32990.2689
Hunter Lab58.711725.8272-10.8468
CIE-Lab65.334431.1323-15.5341

#c98bbb color RGB value is (201,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 10111011
Octal 311 213 273
Decimal 201 139 187
Hex C9 8B BB

RGB Percentages of Color #c98bbb

%38.14
%26.38
%35.48

CMYK Percentages of Color #c98bbb

%0
%31
%7
%21

Triadic Colors of #c98bbb

#c98bbb #bbc98b #8bbbc9

Analogous Colors of #c98bbb

#c98bbb #c98b9c #b88bc9

Monochromatic Colors of #c98bbb

#c98bbb

Complementary Color

#c98bbb #8bc999

#c98bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bbb Color CSS Codes

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

#c98bbb Text Font Color

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

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


#c98bbb Background Color

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

This div background color is #c98bbb


#c98bbb Border Color

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

This div border color is #c98bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bbb


Comments

No comments written yet.

Please login to write comment.