Color Hex Logo

#c98fbe Color Hex

#C98FBE
(201,143,190)
0 Favorites   0 Comments

Color spaces of #c98fbe

RGB 201143190
HSL0.860.350.67
HSV311°29°79°
CMYK 0.000.290.05   0.21
XYZ43.204135.780153.3443
Yxy35.78010.32650.2704
Hunter Lab59.816524.2477-11.0033
CIE-Lab66.351629.4796-15.6810

#c98fbe color RGB value is (201,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001111 10111110
Octal 311 217 276
Decimal 201 143 190
Hex C9 8F BE

RGB Percentages of Color #c98fbe

%37.64
%26.78
%35.58

CMYK Percentages of Color #c98fbe

%0
%29
%5
%21

Triadic Colors of #c98fbe

#c98fbe #bec98f #8fbec9

Analogous Colors of #c98fbe

#c98fbe #c98fa1 #b78fc9

Monochromatic Colors of #c98fbe

#c98fbe

Complementary Color

#c98fbe #8fc99a

#c98fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98fbe Color CSS Codes

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

#c98fbe Text Font Color

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

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


#c98fbe Background Color

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

This div background color is #c98fbe


#c98fbe Border Color

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

This div border color is #c98fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98fbe


Comments

No comments written yet.

Please login to write comment.