Color Hex Logo

#c98ddf Color Hex

#C98DDF
(201,141,223)
0 Favorites   0 Comments

Color spaces of #c98ddf

RGB 201141223
HSL0.790.560.71
HSV284°37°87°
CMYK 0.100.370.00   0.13
XYZ46.931636.795074.4406
Yxy36.79500.29670.2326
Hunter Lab60.658931.9519-30.2995
CIE-Lab67.122936.9072-32.8740

#c98ddf color RGB value is (201,141,223).

#c98ddf hex color red value is 201, green value is 141 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c98ddf hue: 0.79 , saturation: 0.56 and the lightness value of c98ddf is 0.71.

The process color (four color CMYK) of #c98ddf color hex is 0.10, 0.37, 0.00, 0.13. Web safe color of #c98ddf is #cc99cc. Color #c98ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001101 11011111
Octal 311 215 337
Decimal 201 141 223
Hex C9 8D DF

RGB Percentages of Color #c98ddf

%35.58
%24.96
%39.47

CMYK Percentages of Color #c98ddf

%10
%37
%0
%13

Triadic Colors of #c98ddf

#c98ddf #dfc98d #8ddfc9

Analogous Colors of #c98ddf

#c98ddf #df8dcc #a08ddf

Monochromatic Colors of #c98ddf

#c98ddf

Complementary Color

#c98ddf #a3df8d

#c98ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98ddf Color CSS Codes

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

#c98ddf Text Font Color

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

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


#c98ddf Background Color

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

This div background color is #c98ddf


#c98ddf Border Color

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

This div border color is #c98ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98ddf


Comments

No comments written yet.

Please login to write comment.