Color Hex Logo

#c98ebd Color Hex

#C98EBD
(201,142,189)
0 Favorites   0 Comments

Color spaces of #c98ebd

RGB 201142189
HSL0.870.350.67
HSV312°29°79°
CMYK 0.000.290.06   0.21
XYZ42.945735.437652.7208
Yxy35.43760.32760.2703
Hunter Lab59.529524.5967-10.8381
CIE-Lab66.088029.8478-15.5188

#c98ebd color RGB value is (201,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 10111101
Octal 311 216 275
Decimal 201 142 189
Hex C9 8E BD

RGB Percentages of Color #c98ebd

%37.78
%26.69
%35.53

CMYK Percentages of Color #c98ebd

%0
%29
%6
%21

Triadic Colors of #c98ebd

#c98ebd #bdc98e #8ebdc9

Analogous Colors of #c98ebd

#c98ebd #c98ea0 #b88ec9

Monochromatic Colors of #c98ebd

#c98ebd

Complementary Color

#c98ebd #8ec99a

#c98ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ebd Color CSS Codes

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

#c98ebd Text Font Color

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

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


#c98ebd Background Color

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

This div background color is #c98ebd


#c98ebd Border Color

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

This div border color is #c98ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ebd


Comments

No comments written yet.

Please login to write comment.