Color Hex Logo

#c98fbc Color Hex

#C98FBC
(201,143,188)
0 Favorites   0 Comments

Color spaces of #c98fbc

RGB 201143188
HSL0.870.350.67
HSV313°29°79°
CMYK 0.000.290.06   0.21
XYZ42.987035.693352.2008
Yxy35.69330.32840.2727
Hunter Lab59.743923.8828-9.9835
CIE-Lab66.284929.1218-14.6612

#c98fbc color RGB value is (201,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 10111100
Octal 311 217 274
Decimal 201 143 188
Hex C9 8F BC

RGB Percentages of Color #c98fbc

%37.78
%26.88
%35.34

CMYK Percentages of Color #c98fbc

%0
%29
%6
%21

Triadic Colors of #c98fbc

#c98fbc #bcc98f #8fbcc9

Analogous Colors of #c98fbc

#c98fbc #c98f9f #b98fc9

Monochromatic Colors of #c98fbc

#c98fbc

Complementary Color

#c98fbc #8fc99c

#c98fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98fbc Color CSS Codes

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

#c98fbc Text Font Color

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

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


#c98fbc Background Color

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

This div background color is #c98fbc


#c98fbc Border Color

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

This div border color is #c98fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98fbc


Comments

No comments written yet.

Please login to write comment.