Color Hex Logo

#c98ebf Color Hex

#C98EBF
(201,142,191)
0 Favorites   0 Comments

Color spaces of #c98ebf

RGB 201142191
HSL0.860.350.67
HSV310°29°79°
CMYK 0.000.290.05   0.21
XYZ43.164435.525153.8722
Yxy35.52510.32560.2680
Hunter Lab59.602924.9644-11.8673
CIE-Lab66.155530.2071-16.5375

#c98ebf color RGB value is (201,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001110 10111111
Octal 311 216 277
Decimal 201 142 191
Hex C9 8E BF

RGB Percentages of Color #c98ebf

%37.64
%26.59
%35.77

CMYK Percentages of Color #c98ebf

%0
%29
%5
%21

Triadic Colors of #c98ebf

#c98ebf #bfc98e #8ebfc9

Analogous Colors of #c98ebf

#c98ebf #c98ea2 #b68ec9

Monochromatic Colors of #c98ebf

#c98ebf

Complementary Color

#c98ebf #8ec998

#c98ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ebf Color CSS Codes

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

#c98ebf Text Font Color

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

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


#c98ebf Background Color

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

This div background color is #c98ebf


#c98ebf Border Color

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

This div border color is #c98ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ebf


Comments

No comments written yet.

Please login to write comment.